Blender Git Loki

Git Commits -> Revision b00cdde

Revision b00cdde by Martin Poirier (master)
December 30, 2009, 22:14 (GMT)
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).

Commit Details:

Full Hash: b00cddeb66f2b9f51cad15ed597a6ca975bd31dd
SVN Revision: 25631
Parent Commit: 3702998
Lines Changed: +179, -30

10 Modified Paths:

/release/scripts/modules/bpy/ops.py (+0, -7) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+96, -0) (Diff)
/source/blender/makesrna/intern/rna_wm_api.c (+29, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_operator.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+44, -17) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -4) (Diff)
/source/blender/python/intern/bpy_rna.h (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021