Month: March 2017

Mirroring MotionBuilder Character Animation with Python

In a previous post I went over “Plotting and Plot Options” as well as “dir” where we exposed the “MirrorMode” of a Character. Now with all that information exposed I will show you how I created a simple script that will mirror a Character’s animation, first by setting the “MirrorMode”...

Getting information on MotionBuilder’s Python with dir

Trying to figure how things work in MotionBuilder’s Python editor is tough. Google and the SDK Help that comes along with MotionBuilder are great, but there is still more help out there – the “dir”! 🙂 What does “dir” do? The definition I was able to find is “It...