Blender Git Commit Log

Git Commits -> Revision a819ef6

Revision a819ef6 by Joshua Leung (master)
November 1, 2017, 01:42 (GMT)
Fix for T48988 - Enabling bbone easing for posemode

This fix enables the usage of bbones easing parameters for edit and pose mode seperately. This allows animators to take advantage of the functionality and may eliminate confusion as the parameters now behave similar to other bbone parameters.

Note that splitting the parameters between the modes effectively creates a new parameter set. Blend files of previous versions do not contain this information and will have the values set to 0 on load. As it broke backwards compatibility for pose mode values anyway, I also took the liberty to rename the easing parameters in some places for consistency (which breaks edit mode values).

Reviewers: aligorith

Subscribers: aligorith

Tags: #animation

Differential Revision: https://developer.blender.org/D2796

Commit Details:

Full Hash: a819ef65c07131ddb203a55bd8dc4e3207130b64
Parent Commit: 2ae6a93
Lines Changed: +57, -34

13 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_bone.py (+2, -7) (Diff)
/source/blender/blenkernel/intern/action.c (+5, -0) (Diff)
/source/blender/blenkernel/intern/armature.c (+4, -2) (Diff)
/source/blender/editors/armature/armature_add.c (+6, -4) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_utils.c (+6, -4) (Diff)
/source/blender/editors/armature/editarmature_retarget.c (+3, -2) (Diff)
/source/blender/editors/armature/pose_transform.c (+5, -1) (Diff)
/source/blender/editors/armature/pose_utils.c (+4, -0) (Diff)
/source/blender/editors/include/ED_armature.h (+4, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_armature_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+15, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021