Blender Git Commit Log
Git Commits -> Revision 06c3756
Revision 06c3756 by Campbell Barton (master) June 7, 2011, 04:06 (GMT) |
smarter precision calculation, so 0.000001 isn't displayed as 0.00. there is a minor problem with this commit: 0.00001 --> 0.00001 # good 0.000015 --> 0.000015 # good 0.0000199 --> 0.00002 # ok 0.00002 --> 0.000020 # wrong, has trailing 0 Tried to fix this but the case is hard to check for without more calculations which Id like to avoid. |
Commit Details:
Full Hash: 06c3756db85b56da79afee9300f652a4b1e96c26
SVN Revision: 37286
Parent Commit: 34b0c21
Lines Changed: +29, -4
1 Modified Path:
/source/blender/editors/interface/interface.c (+29, -4) (Diff)