Blender Git Loki
Git Commits -> Revision 1526620
Revision 1526620 by Bastien Montagne (master) July 21, 2014, 15:13 (GMT) |
Fix T40432: Scaling to zero with manipulate center points works precisely on second time Commented out the 'no zero' protection of scaling transforms for numinput. Issue is, once an axis has null scale, you can't regrow it from transform code (you have to directly edit the scale property). This is not ideal, but getting good behavior in this case is hairy... Yet, when using numinput, you type precise values, so if you want to set it to zero, set it to zero. User is assumed responsible, we should avoid too much 'invisible magic' when handling precise inputs. ;) Note: an idea for possible future feature would be to have an 'absolute' mode for numinput (allowing to type in real value, not factors). |
Commit Details:
Full Hash: 15266204164fe94074a1a4867d9ff01d71d02e0d
Parent Commit: 6a43ee6
Lines Changed: +11, -3