Blender Git Commit Log
Git Commits -> Revision 27b9a0c
Revision 27b9a0c by Alexander Gavrilov (master) May 8, 2019, 09:17 (GMT) |
Copy Scale: support raising the copied scale to an arbitrary power. Since scale is multiplicative, the appropriate way to partially copy it is to use power. However, the influence slider of constraints uses linear interpolation. Thus, there is no way to correctly split scale via constraints without adding this feature. In addition, this allows inverting scale by using negative powers, fulfilling the function of Copy Rotation's Invert checkboxes. |
Commit Details:
Full Hash: 27b9a0cd670ff1dabe031596cef76908df76c3c8
Parent Commit: 08012eb
Lines Changed: +37, -1
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_constraint.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+22, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+5, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+22, -0) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+7, -0) (Diff)