Loading the 3ds Max FBX Plug-in using MAXScript
 
 
 

Run the following scripts to load the FBX plug-ins through MAXScript:

FBX Importer

pluginManager.loadClass FBXIMPORTER 

FBX Exporter

pluginManager.loadClass FBXEXPORTER
NoteThe 3ds Max FBX Plug-in must be loaded before you run any script commands with MAXScript, otherwise an error message occurs.