initial support for extensions in the user preferences

only one script at the moment:
 [#20848] Blender Gears for 2.5 (for ideasman42)
 from Michel Anders (varkenvarken)
This commit is contained in:
2010-02-14 23:33:18 +00:00
parent 9b3ac70b6d
commit 677386e53a
10 changed files with 638 additions and 52 deletions

View File

@@ -4254,6 +4254,10 @@ PyObject *pyrna_basetype_unregister(PyObject *self, PyObject *py_class)
/* call unregister */
unreg(C, srna); /* calls bpy_class_free, this decref's py_class */
// odd, this doesnt seem to be needed but no idea why since its not removed, campbell
// printf("%d\n", PyDict_DelItemString(((PyTypeObject *)py_class)->tp_dict, "bl_rna"));
// PyErr_Clear();
Py_RETURN_NONE;
}