Blender Git Loki
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