Notifications
Clear all

[Closed] FBX Dialog control

I make an import of fbx with this command

importFile “Z:/data/test.fbx”

Then a dialog appear and I must choose setting for it. So how could I skip the dialog and set some setting for fbx by script only. I found fbximportdialog help in maxscript help but It seem do nothing.
Currently, I just want to set the setting of fbx import file with:

Convert to: CM
convert incomming world coordinate: Y

Thanks s for any help