Skip to content
Snippets Groups Projects
  • Campbell Barton's avatar
    e0fc6d0c
    more ui api changes. · e0fc6d0c
    Campbell Barton authored
    - 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()
    e0fc6d0c
    History
    more ui api changes.
    Campbell Barton authored
    - 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()