FBXImportAnimation
 
 
 

FBXImportAnimation

Introduced

v6.02

Description

Returns or sets whether to import animation from the FBX file. If you specify true, you can choose a specific Take to import when calling the FBXImport command.

Scripting Syntax

oBoolean = FBXImportAnimation( [State] );

Return Value

A Boolean value (true to include animation; false to exclude it)

Parameters

Parameter Type Description
State Boolean True to import animation, false to exclude it

Default Value: If not specified, the current setting will not change.

See Also

FBXImport FBXExportAnimation Import Animation option