bpy/rna support for invalidating objects.

access will raise an error.
This commit is contained in:
2011-02-28 22:56:29 +00:00
parent 55268331f6
commit 7b636c717d
2 changed files with 173 additions and 30 deletions

View File

@@ -50,9 +50,6 @@ extern PyTypeObject pyrna_prop_collection_Type;
typedef struct {
PyObject_HEAD /* required python macro */
PointerRNA ptr;
#ifdef USE_WEAKREFS
PyObject *in_weakreflist;
#endif
} BPy_DummyPointerRNA;
typedef struct {