Notifications
Clear all

[Closed] Viewport animation or still Nitrous C++

So the CreatePreview(Value** arg_list, int count); looks old and outdated when it comes to Nitrous system. It make its own AVI file is capped at 2meg (I think).

I would like to get some previews to work using Nitrous to output stills of what I see in the viewport and use a command line software to assemble a .mov or .avi file.

The sample files say…

// Note: rndLevel not applicable for Nitrous driver. To set Nitrous viewport settings, set/reset the ViewportViewSettingImpl
// settings around the CreatePreview call (showInterfaces (NitrousGraphicsManager.GetActiveViewportSetting()))

but the SDK help files and searching the sample files return nothing when I search for
NitrousGraphicsManager
GetActiveViewportSetting

Any thoughts on how to fine more info on this. I’m sure there must be a good way of making good playblasts.

Thanks