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.
![Demo of python code being executed inside MotionBuilder from VS Code](https://github.com/nils-soderman/vscode-motionbuilder-utils/raw/main/media/demo/demo-exec.gif?raw=true)
Intellisense / Auto-Completion:
This extention comes with improved stub files for the pyfbsdk module.
![](https://github.com/nils-soderman/vscode-motionbuilder-utils/raw/main/media/demo/auto-completion.jpg?raw=true)
- 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.
![](https://github.com/nils-soderman/vscode-motionbuilder-utils/raw/main/media/demo/demo-debug.gif?raw=true)
Browse the Documentation:
Quickly search through the official sdk documentation from within the editor, and open the page in a new web-browser tab.
![](https://github.com/nils-soderman/vscode-motionbuilder-utils/raw/main/media/demo/demo-docs.gif?raw=true)