blender/release/scripts/modules
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
..
bpy python script reloading (f8) 2010-01-18 10:02:55 +00:00
console add pep8 headers so these scripts spit out errors when running pep8. 2009-12-13 14:38:30 +00:00
rigify new rig types from Cessen 2010-01-10 19:20:48 +00:00
bpy_types.py append/prepend class methods for the header and panels (previously only worked for menus) 2010-01-18 16:47:26 +00:00
graphviz_export.py * rename 'rna_path' --> 'data_path', rna and dna are for internal use and are not descriptive. 2009-12-10 22:23:09 +00:00
retopo.py RNA/Py API 2010-01-09 23:44:01 +00:00
rigify_utils.py patch from Cessen, update to metarigs and some changes to the rigging main loop. 2010-01-10 18:53:15 +00:00
rna_info.py fixed sphinx doc generator 2010-01-17 20:59:35 +00:00
rna_prop_ui.py custom properties panels for most ID types. use subclassing to keep panel UI definitions minimal 2010-01-08 08:54:41 +00:00