Files
test/source/blender/makesrna
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
..
2009-11-23 11:43:38 +00:00
2009-06-08 20:08:19 +00:00
2009-11-16 20:50:02 +00:00