Files
test/release
Campbell Barton eedc3c09d1 append/prepend class methods for the header and panels (previously only worked for menus)
Example of adding a button to the view header;

 def draw_custom(self, context): self.layout.operator("some.operator")
 bpy.types.VIEW3D_HT_header.append(draw_custom)
2010-01-18 16:47:26 +00:00
..
2009-11-23 21:17:53 +00:00
2009-09-28 03:19:52 +00:00
2009-11-23 14:51:05 +00:00