blender/release/scripts/modules
Campbell Barton e0fc6d0c33 more ui api changes.
- remove functions such as operator_int(), operator_enum(), operator_string
  this mixed with keyword arguments in a way that made them hard to read.
  Instead, have operator() always return properties rather then needing an argument.

- rename prop_pointer() --> prop_object(), pointer is more a C thing.

- missed item_enumR(), rename to prop_enum()
2009-11-23 11:43:38 +00:00
..
bpy - hide members of bpy from dir() and autocomp. 2009-11-22 11:23:19 +00:00
console missed committing this file (from Stani's patch) 2009-11-07 14:17:49 +00:00
bpy_types.py more ui api changes. 2009-11-23 11:43:38 +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 more ui api changes. 2009-11-23 11:43:38 +00:00