Yeah this is the behaviour I get, could you have the scene online all the time and hide / show the layer instead?
dim fb as xpOutputFrameBuffer
engine.GetOutputFrameBuffer(0, fb)
fb.SetLayerVisible(0, false)
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
------------------------------
Original Message:
Sent: 03-24-2025 08:37
From: Chris Nicolay Wernersen
Subject: Trigger a scene online from another scene
This script works, but when the script executes the animation freezes for a couple of seconds in the scene that contains the script.
dim template as xpScene
engine.GetSceneByName("Name", template)
template.SetOnline(0, 0, 0)
------------------------------
Chris Nicolay Wernersen
------------------------------