JScript - Getting Scene Render Options Values


#1

Hi there,

in XSI 7.0 I easily can do

var sro = Application.ActiveProject.ActiveScene.PassContainer.Properties("Scene Render Options");
 

to get the global scene render options properties like


 sro.FrameStart.Value;
 sro.FrameEnd.Value;
 

etc.

is there any equivalent to this for prior versions, most of interest would be XSI 6.5?

Thanks in advance,

-Andre


#2

This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.