fix [#27915] Relax Pose crashes blender on bone with ChildOf constraint in linked rig
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user