Blender Git Loki
Git Commits -> Revision 93f940d
Revision 93f940d by Alexander Gavrilov (temp-lanpr-staging) September 12, 2019, 01:13 (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: 93f940db2565ad5aa60cd4166dcd5f8e0f25b1b7
Parent Commit: cdf5891
Committed By: YimingWu
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)