blender/release/scripts/modules/bpy
Martin Poirier b00cddeb66 Macro registration using the normal rna registration methods (like operators).
bpy.types.register(MacroClass)

instead of

bpy.ops.add_macro(MacroClass)

The rest is unchanged.

Also remove some now unused code for the old registration methods (there's still some remaining).
2009-12-30 22:14:32 +00:00
..
__init__.py new python module constants 2009-12-28 10:00:04 +00:00
ops.py Macro registration using the normal rna registration methods (like operators). 2009-12-30 22:14:32 +00:00
utils.py script for automating pep8 checks. 2009-12-13 13:59:16 +00:00