Place this onPreviewRender
dim Scene1 as xpScene
engine.GetSceneByName("Scene1", Scene1, true)
Scene1.SetOnline(0)
Place this on the default scene director at Frame1
dim Scene1 as xpScene
dim fb as xpOutputFramebuffer
engine.GetOutputFramebuffer(0, fb)
if fb.GetSceneOnLayer(100, scene1)
scene1.SetOffline
end if
This assumes NDI is the 1st frame buffer, if NDI is frame buffer 4 you'll need to change the 0 to 3.
Also you need to change "100" to what layer your graphic is on.
"|Scene1" between the quotes should be name of your scene.
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
------------------------------