sync the custom transform option for proxies

This commit is contained in:
Campbell Barton 2010-02-04 10:42:15 +00:00
parent b7e3862b55
commit a6bbdae805

@ -1569,6 +1569,7 @@ static void pose_proxy_synchronize(Object *ob, Object *from, int layer_protected
else {
/* always copy custom shape */
pchan->custom= pchanp->custom;
pchan->custom_tx= pchanp->custom_tx;
}
}
}