blender/release/scripts/modules
Campbell Barton e968017951 - new pyrna api functions srna & prop path_to_id(), useful when setting driver target paths.
This means you can have a pose bone for eg and get the path...
   pose.bones["Bone"]
 uses rna internal functions, so will work for sequence strips etc.

- StructRNA.get(), used for getting ID props without exceptions...
 val = C.object["someKey"]
 or..
 val = C.object.get("someKey", "defaultValue") # wont raise an error

- change rna property for testing if rna props are editable, test the flag rather then calling the function since the function depends on blenders state.

- fix a python exception with the ID-Property popup UI (when editing in more then 1 step)
2009-11-23 23:17:23 +00:00
..
bpy - made properties in the view3d panel only show when there are some properties available since this the option to add props isnt in this panel 2009-11-23 13:06:26 +00:00
console missed committing this file (from Stani's patch) 2009-11-07 14:17:49 +00:00
bpy_types.py use decorators for python attributes, added bone.length 2009-11-23 16:04:19 +00:00
dynamic_menu.py render presets, select from a directory, button to add own presets 2009-11-21 21:39:20 +00:00
rna_prop_ui.py - new pyrna api functions srna & prop path_to_id(), useful when setting driver target paths. 2009-11-23 23:17:23 +00:00