Scripting commands
 
 
 

Use these script commands to list, query, or set FBX I/O Settings properties for the Maya FBX Plug-in, including properties created with a plug-in extension.

Command Description
FBXProperties Use this command to list all import and export properties available. This command returns the property path, type, and current value. If the property is an Enum, it returns every possible value.
FBXProperty Import|IncludeGrp|Light -v true Use this command to set an import value to true.
FBXProperty Import|IncludeGrp|Light -q Use this command to query an import value.
FBXProperty Export|IncludeGrp|Light -v true Use this command to set an export value to true.
FBXProperty Export|IncludeGrp|Light -q; Use this command to query an export value.

All script commands and paths in this section are case sensitive, so it is good practice to copy and paste them so you can have the exact path for the IO Settings when querying for a list of properties and their path.

NoteThese script commands support only Integer, Double, Bool, and Enum properties