blender/release/scripts/ui
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
..
properties_data_armature.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_data_bone.py python pose_channels -> bones 2009-11-18 11:50:31 +00:00
properties_data_camera.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_data_curve.py default name of keymap to 'keymap.py' + pedantic pep8 edits 2009-11-18 01:30:28 +00:00
properties_data_empty.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_data_lamp.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_data_lattice.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_data_mesh.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_data_metaball.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_data_modifier.py Added single column support to modifiers 2009-11-16 16:07:22 +00:00
properties_game.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_material.py *More single column stuff. 2009-11-14 23:24:15 +00:00
properties_object_constraint.py python pose_channels -> bones 2009-11-18 11:50:31 +00:00
properties_object.py ID properties that are displayed via RNA can now define their own UI settings, 2009-11-18 20:01:35 +00:00
properties_particle.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_physics_cloth.py Durian request: Cloth 2009-11-18 13:33:52 +00:00
properties_physics_common.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_physics_field.py pedantic enum string consistancy 2009-11-07 22:12:03 +00:00
properties_physics_fluid.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_physics_smoke.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_physics_softbody.py add hook in vertex and control point menu's, Ctrl+H 2009-11-16 13:59:27 +00:00
properties_render.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_scene.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_texture.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
properties_world.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
space_buttons.py whitespace commit, (was some tabs mixed with spaces too) 2009-11-03 07:23:02 +00:00
space_console.py default name of keymap to 'keymap.py' + pedantic pep8 edits 2009-11-18 01:30:28 +00:00
space_filebrowser.py whitespace commit, (was some tabs mixed with spaces too) 2009-11-03 07:23:02 +00:00
space_image.py -Single column UI for image editor. 2009-11-17 18:53:53 +00:00
space_info.py default name of keymap to 'keymap.py' + pedantic pep8 edits 2009-11-18 01:30:28 +00:00
space_logic.py whitespace commit, (was some tabs mixed with spaces too) 2009-11-03 07:23:02 +00:00
space_node.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
space_outliner.py whitespace commit, (was some tabs mixed with spaces too) 2009-11-03 07:23:02 +00:00
space_sequencer.py - sequencer speed effect back using fcurves, still needs manual reloading to refresh. 2009-11-14 14:58:19 +00:00
space_text.py whitespace commit, (was some tabs mixed with spaces too) 2009-11-03 07:23:02 +00:00
space_time.py used py error checking tools to fix some bugs & make pep8 corrections 2009-11-14 13:35:44 +00:00
space_userpref.py Accidentally overrode a small change in the keymap preferences. Fixed. 2009-11-18 11:11:21 +00:00
space_view3d_toolbar.py Changed the appearance of the toolbar buttons. 2009-11-18 10:57:30 +00:00
space_view3d.py ID properties that are displayed via RNA can now define their own UI settings, 2009-11-18 20:01:35 +00:00