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

3 Modified Paths:

/source/blender/editors/transform/transform.c (+94, -90) (Diff)
/source/blender/editors/transform/transform.h (+10, -2) (Diff)
/source/blender/editors/transform/transform_constraints.c (+5, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021