Reverting changes from r55873 for rna_define.c, sorry about that...
svn merge -r55873:55872 ./source/blender/makesrna/intern/rna_define.c
This commit is contained in:
@@ -605,7 +605,7 @@ void RNA_struct_free(BlenderRNA *brna, StructRNA *srna)
|
||||
PropertyRNA *prop, *nextprop;
|
||||
PropertyRNA *parm, *nextparm;
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
if (srna->flag & STRUCT_RUNTIME) {
|
||||
if (RNA_struct_py_type_get(srna)) {
|
||||
fprintf(stderr, "%s '%s' freed while holding a python reference\n", __func__, srna->identifier);
|
||||
|
||||
Reference in New Issue
Block a user