fix [#27915] Relax Pose crashes blender on bone with ChildOf constraint in linked rig

This commit is contained in:
2011-07-09 14:33:28 +00:00
parent 5506d18fa8
commit 905d04ef9d

View File

@@ -121,7 +121,7 @@ static void fcurves_to_pchan_links_get (ListBase *pfLinks, Object *ob, bAction *
pfl->oldangle = pchan->rotAngle;
/* make copy of custom properties */
if (transFlags & ACT_TRANS_PROP)
if (pchan->prop && (transFlags & ACT_TRANS_PROP))
pfl->oldprops = IDP_CopyProperty(pchan->prop);
}
}