Fix T42824: Proxy bone custom-shape lost on undo

This commit is contained in:
Campbell Barton 2014-12-08 16:46:42 +01:00
parent 252bfc6f65
commit 8545fb516e

@ -1654,6 +1654,7 @@ static void pose_proxy_synchronize(Object *ob, Object *from, int layer_protected
pchanw.next = pchan->next;
pchanw.parent = pchan->parent;
pchanw.child = pchan->child;
pchanw.custom_tx = pchan->custom_tx;
pchanw.mpath = pchan->mpath;
pchan->mpath = NULL;