blender/release/scripts
Campbell Barton ae5a814f26 ID properties that are displayed via RNA can now define their own UI settings,
only implimented min/max precision & step.

at the moment there is no way to edit these other then via python

example of setting UI limits...

>>> C.object['foo'] = 0.5
>>> C.object['_RNA_UI'] = {'foo': {'step': 0.5, 'soft_max': 10.0, 'soft_min': 0.0, 'precision': 2, 'description': 'Some setting'}}

Also fixed typo's: precission -> precision
2009-11-18 20:01:35 +00:00
..
io Netrender cleanup and bug fix 2009-11-18 18:00:46 +00:00
modules ID properties that are displayed via RNA can now define their own UI settings, 2009-11-18 20:01:35 +00:00
op use number keys to set the current brush in paint modes 2009-11-17 16:04:17 +00:00
templates remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
ui ID properties that are displayed via RNA can now define their own UI settings, 2009-11-18 20:01:35 +00:00