Scripting commands
 
 
 

Use these script commands to list, query, or set FBX I/O Settings properties for the 3ds Max FBX plug-in, even properties created with a plug-in extension.

Command Description
FBXImporterGetParam "FBXProperties" Use this command to list all the import properties available with path, type, and the specified value.
FBXExporterGetParam "FBXProperties" Use this command to list all the export properties available with path, type, and the specified value.
FBXImporterSetParam "Import|IncludeGrp|Animation|Markers" true Use this command to set an import value to true.
FBXExporterSetParam "Export|IncludeGrp|LightGrp|Light" true Use this command to set an export value to true.
FBXImporterGetParam "Import|IncludeGrp| LightGrp|Animation|Markers" Use this command to query an import value.
FBXExporterGetParam "Export|IncludeGrp|LightGrp|Light" 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 these commands so you have the exact path for the IOSettings when querying for a list of properties and their path.

Note

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