Blender Git Commit Log
Git Commits -> Revision 24da4a6
Revision 24da4a6 by Campbell Barton (master) March 4, 2013, 04:21 (GMT) |
fix [#34490] Copy and paste floating point number fields losses precision - copy now gets up to 6 decimal places - copy and UI float button editing now strip zeros: 1.000 -> 1.0 |
Commit Details:
Full Hash: 24da4a6032543e3bdae5960e8b956caa25b38aae
SVN Revision: 55005
Parent Commit: c215751
Lines Changed: +70, -12
5 Modified Paths:
/source/blender/blenlib/BLI_string.h (+5, -0) (Diff)
/source/blender/blenlib/intern/string.c (+28, -0) (Diff)
/source/blender/editors/interface/interface.c (+26, -10) (Diff)
/source/blender/editors/interface/interface_handlers.c (+9, -1) (Diff)
/source/blender/editors/interface/interface_intern.h (+2, -1) (Diff)
/source/blender/blenlib/intern/string.c (+28, -0) (Diff)
/source/blender/editors/interface/interface.c (+26, -10) (Diff)
/source/blender/editors/interface/interface_handlers.c (+9, -1) (Diff)
/source/blender/editors/interface/interface_intern.h (+2, -1) (Diff)