Open the Scene Viewer Window throught the Python FBX SDK

Open the Scene Viewer Window throught the Python FBX SDK

Anonymous
Not applicable
923 Views
1 Reply
Message 1 of 2

Open the Scene Viewer Window throught the Python FBX SDK

Anonymous
Not applicable

Hi

 

Is it possible with python FBX SDK to display a Viewer Window for the Scene outside MotionBuilder?

 

I just want to execute my script and the script should open a Viewer Window where my Animation is displayed 

 

Because im writing a script where i can manipulate the scene through a tiny GUI made with Qt

 

If this is possible please write me a small code as an example to get started with it

0 Likes
924 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Hi,

 

 starting from 2015 Mobu supports opengl in python. You have in docs an example how to create custom renderer using python. But for your situation, I think you need an external tool with overriding FBView class to draw a scene from default renderer (get access from FBSystem().Renderer). I didn't try that, so I'm not totaly sure that it will work, but maybe.

0 Likes