Blender Git Commit Log
Git Commits -> Revision 8a34cbe
Revision 8a34cbe by Ton Roosendaal (master) July 8, 2006, 11:56 (GMT) |
Bug fix #4627 The transform number input code allowed to keep typing forever. That's nice but the code uses floats to store values, so there's a limit of 7 digits resolution to take care of. I've added this limit now, it will stop when the 8th digit was typed, giving a range of 100 million, quite OK for Blender measures. There was also a short in use for values between 0 and 1, causing an error when you try to type like 0.99999. Here I've added a limit of 7 digits. |
Commit Details:
Full Hash: 8a34cbe41ff8248aa9d65d0032f1ebcee87b1dff
SVN Revision: 8122
Parent Commit: 9587430
Lines Changed: +15, -6
1 Modified Path:
/source/blender/src/transform_numinput.c (+15, -6) (Diff)