Blender Git Commit Log

Git Commits -> Revision 211244b

August 10, 2021, 01:35 (GMT)
Action Constraint: add Split Channels Mix choices from Copy Transforms

Practice shows that when combining actions and direct animation
it is usually best to combine location, rotation and scale
separately, which is implemented by the Split Channels modes
recently introduced in D9469 for Copy Transforms. This completes
the same set of 6 choices for the Action Constraint.

The default for new constraints is changed to the newly
added Before Original (Split Channels) mode.

The original patch is motivated by Loic Pinsard, who created
an addon that does the equivalent of this feature by splitting
the action into two, separating location and rotation+scale.

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

Commit Details:

Full Hash: 211244b579d2b9d85de3e624acd744cd1a8961ac
Parent Commit: fc1855e
Committed By: YimingWu
Lines Changed: +73, -16

4 Modified Paths:

/source/blender/blenkernel/intern/constraint.c (+28, -2) (Diff)
/source/blender/editors/transform/transform_convert.c (+4, -1) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+35, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021