Hi,
We have multiple views with a custom plugin.
When we try to export in playback, the export window does not show views with a custom plugin(cameras) but only shows views with the native camera.
Thanks
Vikas
Hi,
We have multiple views with a custom plugin.
When we try to export in playback, the export window does not show views with a custom plugin(cameras) but only shows views with the native camera.
Thanks
Vikas
You can make sure your plugin is exported by implementing a ExportManager class that makes an overwrite of IncludePluginFilesInExport -
The RGB Video Enhancement plugin sample implements this and you can see it get exported if you try it.