forked from bartvdbraak/blender
Fix T42824: Proxy bone custom-shape lost on undo
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user