Blender Git Loki
Git Commits -> Revision c92c753
Revision c92c753 by Alexander Gavrilov (temp-lanpr-staging) September 12, 2019, 01:13 (GMT) |
Copy Transforms: add a mixing mode option. Allow combining location, rotation and scale at the same time, using one constraint. The mixing modes are based on matrix multiplication, but handle scale in a way that avoids creating shear. Reviewers: brecht Differential Revision: https://developer.blender.org/D5640 |
Commit Details:
Full Hash: c92c753a2fd7b1b72cfb3b823bcc0cfa8caffa02
Parent Commit: 610c11e
Committed By: YimingWu
Lines Changed: +85, -3
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+33, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+29, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+33, -3) (Diff)
/source/blender/editors/transform/transform_convert.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+29, -0) (Diff)