Blender Git Commit Log
Git Commits -> Revision 81dc76c
Revision 81dc76c by Germano Cavalcante (master) August 2, 2019, 04:15 (GMT) |
Fix T63570: Proportional editing resets scaling along Y and Z axis on mouse wheel `applyResize(...)` considers that `t->values` always represents a `ratio`. But this is only `true` with the `MOUSEMOVE` event. The solution proposed is to never change `t->values`. The result of the final transformation is now written to `t->values_final`. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5212 |
Commit Details:
Full Hash: 81dc76c19cff51c9c1d13ab47cbfc9a855fc3263
Parent Commit: 14b2c41
Lines Changed: +109, -97