2.5 / RNA
Return right size for PROP_COLLECTION parameters
This commit is contained in:
@@ -2249,7 +2249,6 @@ int rna_parameter_size(PropertyRNA *parm)
|
||||
#endif
|
||||
}
|
||||
case PROP_COLLECTION:
|
||||
/* XXX does not work yet */
|
||||
return sizeof(ListBase);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user