[Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12141] trunk/blender/source/blender: == Armature Animation Fixes ==

Joe Eagar joeedh at gmail.com
Tue Sep 25 21:41:33 CEST 2007


Thanks!!

Joe

Joshua Leung wrote:
> Revision: 12141
>           http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12141
> Author:   aligorith
> Date:     2007-09-25 07:04:34 +0200 (Tue, 25 Sep 2007)
>
> Log Message:
> -----------
> == Armature Animation Fixes ==
>
> This commit fixes several bugs related to animating armatures. I've also tidied up the formatting in a few files along the way, and also commented the flags for this pose->flag.
>
> What's new/fixed:
> * Undo will no longer destroy entire un-keyframed poses. Now it behaves as expected, and only reverses the most recent change.
> * On some files, POSE_DO_UNLOCK somehow got set on files and never cleared. The symptom of this was a file in which you suddenly could no longer pose an armature at all without using auto-keyframing. A check to prevent this from happening again has been added (it will also fix old files too)
>
> Notes:
> - Now, all PoseChannels get tagged with BONE_UNKEYED after they have been transformed. This flag prevents IPO data being flushed over these new values, even after undo. 
> - These tags only get removed on frame-changes or inserting new keyframes. 
>   



More information about the Bf-committers mailing list