|
|
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 |
|
|
|
111965478a
|
replace self.properties.foo --> self.foo
|
2010-09-09 18:03:57 +00:00 |
|
|
|
ddbfb05c84
|
rna context rename
* context.main & bpy.types.Main --> context.blend_data & bpy.types.BlendData
* context.manager --> context.window_manager
|
2010-09-02 04:53:05 +00:00 |
|
|
|
a08648ab53
|
remove register/unregister from templates
|
2010-08-02 03:30:07 +00:00 |
|
|
|
aff6b6885f
|
added imports to templates
|
2010-07-08 16:24:24 +00:00 |
|
|
|
b5afa606bc
|
replace context.areas.spaces[0] with context.space_data
|
2010-05-23 05:34:45 +00:00 |
|
|
|
79a45e75d3
|
view3d modal operator template
|
2010-05-20 07:49:41 +00:00 |
|