Blender Git Loki

Git Commits -> Revision ffc9fcb

Revision ffc9fcb by Joshua Leung (master)
May 1, 2012, 16:19 (GMT)
Motion Paths GUI Cleanup

This commit refactors the way that the Motion Paths GUI works. The key problems
this tries to address are:
1) Mode error - Confusion about whether we're dealing with the Object or Pose
level Motion Paths panel
2) Display settings vs Baking Settings

In line with the original design intentions for the 2.5/6 Properties Editor,
I've now split out the actual baking-related settings away from the Properties
Editor:
* Now, when clicking "Calculate Paths" from the toolbar, you'll be prompted with
a dialog to select the start/end frames (and for bones, whether to bake from
heads or tails). This is less confusing than relying on firstly setting the
range via the display range settings (and baking using that), since many people
apparently only used the "around current" mode, and were confused why things
weren't working

* Added a display of the frame ranges of the current baked Motion Path on the
active Object/Bone. This makes it clearer/easier to debug if the path suddenly
starts disappearing after a certain frame.

* Replaced Calculate/Clear Paths in the panels with a single "Update" button if
there's already a baked Motion Path.

Hopefully these changes (in combination with some of the other bugfixes) will
make it more obvious how everything works.

Commit Details:

Full Hash: ffc9fcb1a1d58bb03b5cb60dc40f0fd91c3e8f3c
SVN Revision: 46158
Parent Commit: fcb8466
Lines Changed: +149, -51

8 Modified Paths:

/release/scripts/startup/bl_ui/properties_animviz.py (+38, -8) (Diff)
/release/scripts/startup/bl_ui/properties_data_armature.py (+6, -8) (Diff)
/release/scripts/startup/bl_ui/properties_object.py (+4, -8) (Diff)
/source/blender/blenkernel/intern/anim.c (+1, -3) (Diff)
/source/blender/editors/armature/poseobject.c (+53, -19) (Diff)
/source/blender/editors/object/object_edit.c (+36, -0) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+9, -5) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021