This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
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
..
2009-11-15 11:20:44 +00:00
2009-11-18 13:33:52 +00:00
2009-11-18 11:40:55 +00:00
2009-11-10 20:43:45 +00:00
2009-11-10 20:43:45 +00:00
2009-11-18 13:33:52 +00:00
2009-11-11 10:51:40 +00:00