Graphics

 View Only
  • 1.  Tigger a scene director using another Scene

    Posted 09-23-2015 23:12
    Is there a way to trigger a scene director in one Scene (not the default scene director) by using another Scene?


  • 2.  RE: Tigger a scene director using another Scene

    Posted 09-23-2015 23:18


  • 3.  RE: Tigger a scene director using another Scene

    Posted 09-23-2015 23:27
    Thanks for the quick response Brian. Unfortunately, I'm running version 5.7 which doesn't have the trigger function in the scene director. Is there a way through scripting?

    #XPression


  • 4.  RE: Tigger a scene director using another Scene

    Posted 09-25-2015 01:10
    Yes it could be done through scripting as long as you know which output and layer the other scene is on.

    You would use GetOutputFramebuffer to get the output, then GetSceneOnLayer to retrieve the scene.

    Then you can use GetSceneDirectorByName and and Play on it..

    #XPression