Blender Git Commit Log

Git Commits -> Revision 4972978

Revision 4972978 by Alexander Gavrilov (master)
August 29, 2019, 14:22 (GMT)
Copy Scale: support copying arbitrary non-uniform scale as uniform.

Uniform scale is superior to non-uniform scale in that it works with
parenting without causing shear. Thus it is a valid desire in some
cases to turn arbitrary scale into guaranteed uniform scale.

Implementing this in the Copy Scale constraint allows one for instance
to 'inherit scale as uniform' by disabling Inherit Scale, and using
Copy Scale from parent with Offset and Make Uniform.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5614

Commit Details:

Full Hash: 497297850a49b2ed422ae286703ddc98b23a5366
Parent Commit: c160853
Lines Changed: +44, -4

4 Modified Paths:

/release/scripts/startup/bl_ui/properties_constraint.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+34, -4) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021