Blender Git Commit Log

Git Commits -> Revision 47af343

Revision 47af343 by Alexander Gavrilov (master)
August 13, 2018, 16:57 (GMT)
Implement multiplicative Copy Scale and make it the new default.

Scale is a multiplicative quantity, so adding it doesn't make sense.
However, for backward compatibility reasons, and in case somebody
actually desires the old additive behavior, the old way remains as
an option.

Without this change the only way to properly combine scale is via
parenting or the complicated Transformation constraint.

The new mode is turned on by a flag for file compatibility, but the
RNA option is reversed so that the new behavior feels more default.

Reviewers: aligorith

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

Commit Details:

Full Hash: 47af343b6137e4290cc4a842daac25ff8d8cb65f
Parent Commit: a5aeca4
Lines Changed: +31, -22

4 Modified Paths:

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