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