This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Germano Cavalcante 81dc76c19c 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
2019-08-02 01:15:33 -03:00
..
2019-08-02 12:05:13 +10:00
2019-08-01 14:02:41 +10:00
2019-08-02 12:05:13 +10:00
2019-08-02 12:05:13 +10:00
2019-08-01 14:02:41 +10:00
2019-08-01 14:02:41 +10:00
2019-08-02 12:05:13 +10:00
2019-08-01 14:02:41 +10:00
2019-08-01 14:02:41 +10:00
2019-08-02 12:30:57 +10:00
2019-08-02 12:30:57 +10:00
2019-08-02 12:30:57 +10:00