disable the readonly state while rna property callbacks run.

This commit is contained in:
2011-06-07 16:08:49 +00:00
parent 53939ee4e9
commit e44ae2c2a9
3 changed files with 19 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ PyObject *pyrna_math_object_from_array(PointerRNA *ptr, PropertyRNA *prop);
int pyrna_array_contains_py(PointerRNA *ptr, PropertyRNA *prop, PyObject *value);
int pyrna_write_check(void);
void pyrna_write_set(int val);
int pyrna_struct_validity_check(BPy_StructRNA *pysrna);
int pyrna_prop_validity_check(BPy_PropertyRNA *self);