Files
test/source/blender/windowmanager/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
..
2.5
2008-12-18 11:25:17 +00:00
2009-12-24 09:26:06 +00:00
2009-12-08 17:23:48 +00:00