blender/release/scripts/templates
Campbell Barton 491aebbf67 py/rna access to setting the header text - can be used in modal operators.
eg: context.area.header_text_set("Some Text")
 included example in the view3d modal operator template.
2010-10-02 21:02:40 +00:00
..
gamelogic_basic.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic_module.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic.py mathutils module methods only contained matrix constructors, move these to matrix class methods since this is acceptable in python. eg: dict.fromkeys() and groups them more logically. 2010-08-11 16:40:36 +00:00
operator_modal_draw.py rna context rename 2010-09-02 04:53:05 +00:00
operator_modal_view3d.py py/rna access to setting the header text - can be used in modal operators. 2010-10-02 21:02:40 +00:00
operator_modal.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
operator_simple.py poll() as a python '@staticmethod' was too limiting and didnt allow useful base class poll functions in many cases. 2010-08-09 01:37:09 +00:00
operator_uv.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
operator.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
panel_simple.py remove register/unregister from templates 2010-08-02 03:30:07 +00:00