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-14 13:35:44 +00:00
2009-11-18 11:50:31 +00:00
2009-11-14 23:24:15 +00:00
2009-11-18 01:30:28 +00:00
2009-11-14 13:35:44 +00:00
2009-11-14 23:24:15 +00:00
2009-11-14 23:24:15 +00:00
2009-11-14 23:24:15 +00:00
2009-11-14 23:24:15 +00:00
2009-11-16 16:07:22 +00:00
2009-11-14 23:24:15 +00:00
2009-11-14 23:24:15 +00:00
2009-11-18 11:50:31 +00:00
2009-11-18 20:01:35 +00:00
2009-11-14 13:35:44 +00:00
2009-11-18 13:33:52 +00:00
2009-11-14 13:35:44 +00:00
2009-11-07 22:12:03 +00:00
2009-11-14 13:35:44 +00:00
2009-11-14 13:35:44 +00:00
2009-11-16 13:59:27 +00:00
2009-11-14 13:35:44 +00:00
2009-11-14 13:35:44 +00:00
2009-11-14 13:35:44 +00:00
2009-11-14 13:35:44 +00:00
2009-11-03 07:23:02 +00:00
2009-11-18 01:30:28 +00:00
2009-11-03 07:23:02 +00:00
2009-11-17 18:53:53 +00:00
2009-11-18 01:30:28 +00:00
2009-11-03 07:23:02 +00:00
2009-11-14 13:35:44 +00:00
2009-11-03 07:23:02 +00:00
2009-11-14 14:58:19 +00:00
2009-11-03 07:23:02 +00:00
2009-11-14 13:35:44 +00:00
2009-11-18 11:11:21 +00:00
2009-11-18 10:57:30 +00:00
2009-11-18 20:01:35 +00:00