Fix Cycles + Freestyle rendering crash, due to bug in RNA override code.

This commit is contained in:
Brecht Van Lommel
2018-02-05 15:01:26 +01:00
parent a1c45a453f
commit a8a77609d3

View File

@@ -7054,7 +7054,7 @@ bool RNA_property_copy(PointerRNA *ptr, PointerRNA *fromptr, PropertyRNA *prop,
prop_src = rna_ensure_property_realdata(&prop_src, fromptr);
if (ELEM(NULL, prop_dst, prop_src)) {
false;
return false;
}
IDOverrideStaticPropertyOperation opop = {