Files
test/source/blender/python/intern
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
..
2009-12-28 10:00:04 +00:00
2009-06-05 12:48:58 +00:00
2009-08-10 15:39:11 +00:00