Blender Git Loki
Git Commits -> Revision e858d21
Revision e858d21 by Alexander Gavrilov (master) September 6, 2019, 09:53 (GMT) |
Transformation Constraint: implement a Mix Mode option. Allow selecting how the new location/rotation/scale is combined with the existing transformation. This is most useful for rotation, which has multiple options, and scale, which previously could only replace. |
Commit Details:
Full Hash: e858d21ae42386c57c7f5b4b0982642173f460e5
Parent Commit: a23ce7f
Lines Changed: +134, -17
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+44, -13) (Diff)
/source/blender/editors/transform/transform_convert.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+34, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+49, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+44, -13) (Diff)
/source/blender/editors/transform/transform_convert.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+34, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+49, -0) (Diff)