Your Ad Here

SI_Scene

Contains global scene information

XSI Version

v2.0/v3.0/v3.5/3.6

Template

SI_Scene <sceneName>
{
  "<Timing>",
  <start>,<end>,
  <frameRate>,
}

Members

Member

Type

Description

Timing

char *

Specifies whether time values are expressed as frames or seconds.

Possible values are:

FRAMES | SECONDS

start

int | float

Start time (in either frames or seconds, depending on the value of the Timing flag) of the scene.

end

int | float

End time (in either frames or seconds, depending on the value of the Timing flag) of the scene.

frameRate

float

Frames per second.

Example

SI_Scene Scene { 
   "FRAMES", 
   1.000000, 
   100.000000, 
   29.970030, 
}


SOFTIMAGE|XSI v6.0     

Return to Softimage XSI Index


Your Ad Here