Notifications
Clear all

[Closed] how can i change fbx export options ?

I searched the mxs reference 8.0 and according to topic “FBX Export Dialog Access”, i think i can use
[b][b]


  FbxExporterSetParam[/b][/b][b][b]  "[/b][/b][b][b]Cameras[/b][/b][b][b]" True
 [/b][/b][b][b]

[/b][/b]
to change the options right ? Yes it worked for me yesterday, but now it refuse to work

– Type error: Call needs function or class, got: undefined

what happened ? i’m using latest 2006.11.2 plugin and FBXExportergetParam “Cameras” works correct. plugin is loaded, i tried


 
 pluginManager.loadClass FbxImporter      
 pluginManager.loadClass FbxExporter
 
 

but still got the same message, restarted max, rebooted computer, still error…

6 Replies

Oddly enough, both FBXExporterSetParam and FbxImporterSetParam return undefined for me.

Do me a favour and just type “FBXExporterSetParam” into the listener and let us know what it returns.

Cheers
Shane

it returns undefined both in max 8 and max 9 … is this a bug ?

yes, setting both import and export params for fbx is quite buggy…
It seems that if you do a fbx export manually before trying to set any imp/exp params thro maxscript, then it works (tho i’ve found issues here too, !!.. been quite a pain)

this bug seems to be fixed in the new version (2006.11.2),
can be found here:
www.Autodesk.com/fbx

1 Reply
(@rustyknight)
Joined: 11 months ago

Posts: 0

Ahh, nice find!

unfortunately 2006.11.2 is the plugin i’m using now, and i even reinstalled it. it seems the bug is still there