FBX import using LScript

swapnil

New member
I am currently working to develop a plugin where I need to import FBX using LScript. If anyone could help me or point me in the right direction I would really appreciate it.

Thank you!
 
Wishing you luck. Would it load multiple files? Loading them one at a time with the vertex loader is a pain. Would be interested in a solution.
 
I went to Edit > Edit Menu Layout to check out what command is called when you press on File > Load > Import > FBX Import..
and...
it was simply 'Load Scene'!

Execute LoadScene command from your LScript, and it should work
(but there will be opened window with FBX settings, waiting for user reaction)
 
Back
Top