gasrapals.blogg.se

Plot faceshift to story motionbuilder
Plot faceshift to story motionbuilder








plot faceshift to story motionbuilder
  1. PLOT FACESHIFT TO STORY MOTIONBUILDER HOW TO
  2. PLOT FACESHIFT TO STORY MOTIONBUILDER CODE

I am still going to show the code below here because there is still some interesting things learned when writing it. The Translation’s 3 axis are still not referenced to or processed as separate curves – so no plotting on just the X axis. If I was to go into Key Controls and choose “Selected Properties” from the drop down and then reproduce the above mentioned steps we would get Translation and Rotation curves to separate from each other when plotting. I would expect that only the X axis of the translation gets plotted (or even just Translation), but we get all of Translation and Rotation plotted while Scale remains untouched.

  • Under key controls select Animation -> Plot Selected (Selected Properties).
  • In either the FCurve editor or the properties window select the x axis of the translation only.
  • The easiest way I can reproduce this bug is through the following steps in MotionBuilder 2015: It seems that Translation and Rotation are coupled when using Plot Selected Properties. MotionBuilder 2015 seems to have a bug with Plotting selected properties.

    plot faceshift to story motionbuilder plot faceshift to story motionbuilder

    I started to write this post with a clear idea in my mind – Animate the Translation, Rotation and Scale of an object using Python and then have the Translation curves be plotted with Plot Selected Properties. I found a work around for the bug and it is covered in my “lock-and-plot-selected-properties-using-motionbuilders-python” post.

    PLOT FACESHIFT TO STORY MOTIONBUILDER HOW TO

    I ran the script I created in “Animating and setting keys with MotionBuilder’s Python Editor” and decided that I would use the scene it creates to learn how to plot on selected properties in MotionBuilder’s Python Editor.










    Plot faceshift to story motionbuilder