XSI_Track

Store the action track’s status.

As of v6.0 (Crosswalk v2.5) the XSI_ActionClipContainer is supported as a child of this template.

 

This template corresponds to the CSLTrack class.

Limitations

SI|3D does not export this template. If a dotXSI file contains this template, SI|3D ignores it.

Autodesk Softimage does not export this template, even though the parser supports it.

Introduced

3.0

Template

XSI_Track <track name>
{
   <ripple>,
   <mute>,
   <solo>,
   ... // Action clips (or action clip containers) go in here
} 

Members

Member name

Type

Description

ripple

Boolean

Determines whether or not a moved clip pushes the next or previous clip along the track so they don’t overlap.

• True = prevent overlap

• False = allow overlap

mute

Boolean

Determines whether or not the track contributes to the final animation.

• True = active for final animation

• False = inactive for final animation

solo

Boolean

Determines whether or not this is the only track that contributes to the animation.

• True = only this track contributes

• False = other tracks may also contribute

Example

See the examples on the XSI_Mixer and XSI_ActionClipContainer template reference pages.



Autodesk Crosswalk v3.2