Blender Git Commit Log

Git Commits -> Revision 9b7f44c

Revision 9b7f44c by Brecht Van Lommel (master)
March 29, 2009, 18:44 (GMT)
UI:
* Added support for soft/hard range in the buttons code. Currently
it works by only allowing to drag or click increment in the soft
range, but typing a number value allows to go outside it.

If the number is outside the soft range, the range will be extended,
rounded to values like:
.., 0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0, 20.0, 50.0, ..

Commit Details:

Full Hash: 9b7f44ceb56c741af10459924be7775ea91bfa68
SVN Revision: 19450
Parent Commit: 64f2dd5
Lines Changed: +198, -96

7 Modified Paths:

/source/blender/editors/interface/interface.c (+112, -19) (Diff)
/source/blender/editors/interface/interface_draw.c (+3, -3) (Diff)
/source/blender/editors/interface/interface_handlers.c (+75, -68) (Diff)
/source/blender/editors/interface/interface_intern.h (+3, -1) (Diff)
/source/blender/editors/interface/interface_regions.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_define.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021