file
Exports an animation Mixer.
ExportMixer( Model, FileName, [TrackTypes] ); |
Parameter | Type | Description |
---|---|---|
Model | String | Mixer to be exported.
Default Value: Selected mixer or model |
FileName | String | Name of the file to export to |
TrackTypes | siModificationMixerType | The type of tracks to persist with the referenced model.
Default Value: siModificationMixerTypeAll |
Dim oMixer CreatePrim "Cone", "MeshSurface" CreateModel ExportMixer "Model", "C:\temp\mymixer.xsimixer" ImportMixer "C:\temp\mymixer.xsimixer", "Model", False, oMixer logmessage "Imported mixer: " & oMixer |