Motionbuilder add button to ToolManager?

Im using Motionbuilder 2018

I got a python script, and i’d like to add a button for it in the Python Tool Manager. I can find absolutely no solution to this and i’ve searched the internet for hours now. Does anyone know how this works???

Script is added to Tool Manager when you use FBCreateTool() or FBCreateUniqueTool().
This will create dialog window that you need to populate with UI elements (buttons etc.).
I don’t know if it is posible to add Tool to Tool Manager list without creating dialog.
You can look at this:
http://docs.autodesk.com/MB/2014/ENU/MotionBuilder-SDK-Documentation/index.html?url=files/GUID-D383FC03-4676-47CB-82F3-ED8A1FB1F015.htm,topicNumber=d30e8910
and this example:
https://help.autodesk.com/view/MOBPRO/2020/ENU/?guid=__py_ref__u_i_2_button_8py_example_html

1 Like