Blender Git Commit Log

Git Commits -> Revision cf10eb5

Revision cf10eb5 by Alexander Gavrilov (master)
August 5, 2021, 18:21 (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: cf10eb54cc4bc89e763dc48644c402f7578fa6b2
Parent Commit: d017811
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