Description
Exports an animation mixer.
Scripting Syntax
ExportMixer( Model, FileName, [TrackTypes] )
Parameters
|
Parameter |
Type |
Description |
|
Model |
Mixer to be exported. Default Value: Selected mixer or model |
|
|
FileName [in/out] |
Name of the file to export to |
|
|
TrackTypes |
The type of tracks to persist with the referenced model. This Default Value: siModificationMixerTypeAll |
Examples
VBScript Example
Dim oMixer CreatePrim "Cone", "MeshSurface" CreateModel ExportMixer "Model", "C:\temp\mymixer.xsimixer" ImportMixer "C:\temp\mymixer.xsimixer", "Model", False, oMixer logmessage "Imported mixer: " & oMixer
See Also
SOFTIMAGE|XSI v6.01