MotionBuilder Python – Where to start
Posted On February 6, 2017
Finding information for Python scripting in MotionBuilder can be an uphill battle. Here is a list of some of the resources that I have been able to find (thanks google). A lot of the listed links have valuable scripts in which one can hack through and decipher what each line of code does, this can be a grueling task but also very rewarding.
Links:
- MotionBuilder Help 2017: Accessing Python tools
- MotionBuilder SDK Help
- MotionBuilder Python Scripting Reference Guide (pyfbsdk)
- Alex Forsythe has an amazing intro to MotionBuilder Python Scripting
- Sergey Solohin runs an awesome blog called Neill3d.com which he has an amazing Scripts for MotionBuilder section.
- Greg Hendrix did a great posting called Random MotionBuilder Python Tidbits
- When in doubt, search the Motionbuilder Forums or better yet – POST a question! 🙂
These are not the only resources out there but they do seem like the ones I am currently relying on the most.
Feel free to add a link in the comment section if you have any other MotionBuilder Python scripting resources to share. Thanks.