blender/release/scripts/templates
Campbell Barton 5afd084513 replace dynamic_menu.py with Menu classmethods much less complicated.
access append/prepend eg.

bpy.types.INFO_MT_file_import.append(lambda self, context: self.layout.operator("import_some.format"))
2009-12-25 22:16:19 +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 patch from Ronan Bignaux 2009-11-21 17:41:09 +00:00
operator_simple.py * register operators like other classes 2009-12-24 19:50:43 +00:00
operator.py replace dynamic_menu.py with Menu classmethods much less complicated. 2009-12-25 22:16:19 +00:00