From c1f05c30f9282620bcb7c6c9fec4eeb8f262e207 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Nov 2015 11:02:09 +1100 Subject: PyAPI: expose low level RNA to bpy.types --- source/blender/python/intern/bpy.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/python/intern/bpy.c') diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c index fa2ad3a4803..bdae2a7cb17 100644 --- a/source/blender/python/intern/bpy.c +++ b/source/blender/python/intern/bpy.c @@ -320,9 +320,6 @@ void BPy_init_modules(void) /* needs to be first so bpy_types can run */ PyModule_AddObject(mod, "types", BPY_rna_types()); - /* metaclass for idprop types, bpy_types.py needs access */ - PyModule_AddObject(mod, "StructMetaPropGroup", (PyObject *)&pyrna_struct_meta_idprop_Type); - /* needs to be first so bpy_types can run */ BPY_library_module(mod); -- cgit v1.2.3