MotionBuilder Utils
Visual Studio Code Extension
Open source tools to assist when writing Python code for Autodesk MotionBuilder.
Features:
Execute Code:
Run code in MotionBuilder directly from within the editor.
Intellisense / Auto-Completion:
This extention comes with improved stub files for the pyfbsdk module.
- Feature complete (contains all of the functions & classes that can be accessed in the pyfbsdk module)
- Variable type annotations
- Readable descriptions
Debugging:
Attach VS Code to MotionBuilder to debug your scripts, set breakpoints & step through the code.
Browse the Documentation:
Quickly search through the official sdk documentation from within the editor, and open the page in a new web-browser tab.