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
Original Message:
Sent: 03-24-2025 08:19
From: Chris Nicolay Wernersen
Subject: Trigger a scene online from another scene
Is it possible to trigger a scene online from another scene?
I've tried using the normal trigger and a script I found here on the forum, but they seem to require that the scene is already online.
Since we're using an automation tool and a MOS-workflow, I do not know the take IDs at any given time, so I would like to trigger the template itself.
------------------------------
Chris Nicolay Wernersen
------------------------------