Files
test/source
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-10 14:47:07 +00:00
2009-09-28 03:19:52 +00:00
2009-12-21 10:40:55 +00:00