Blender Git Commit Log
Git Commits -> Revision f836283
Revision f836283 by Alexander Gavrilov (master) September 6, 2019, 04:58 (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: f8362836a5c8feff3715ca823025caba249208c2
Parent Commit: f4056e9
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)