Files
test/source/blender/windowmanager
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-06-23 00:09:26 +00:00
2009-01-23 03:52:52 +00:00
2009-12-17 20:01:02 +00:00