Blender Git Loki
Git Commits -> Revision 7975659
Revision 7975659 by Martin Poirier (master) January 16, 2007, 18:55 (GMT) |
=== Transform Bug Fix === [ #5458 ] Some transforms are not accurate while pressing shift key Shrink/Fatten & Push/Pull: Shift slowed the transformation but didn't add precision. (integer division. fixed by applying the same solution used in Grab) Warp: Shift was ignored. Fixed by changing warp to use the same input method has To Sphere. That is, the 3D view acts like a big horizontal slider: Left -> No effect, Right -> Full effect. This is somewhat of a "big" change from how warp used to work but this is more predictable and is not limited by the original position of the mouse pointer. (of course, this works with Shift correctly too). |
Commit Details:
Full Hash: 797565916d3b7a20c3cef283c3ea86349b0fa05c
SVN Revision: 9797
Parent Commit: bd5c6e3
Lines Changed: +33, -13
1 Modified Path:
/source/blender/src/transform.c (+33, -13) (Diff)