Removed the error that showed up when trying to paste a pose onto protected proxy bones. By definition, you shouldn't be able to keyframe/pose protected proxy bones, but nothing obeys that currently.
This commit is contained in:
Joshua Leung 2007-05-25 11:48:27 +00:00
parent 810867b6d8
commit a21f8292d9

@ -674,8 +674,11 @@ void paste_posebuf (int flip)
return;
}
/*
// disabled until protected bones in proxies follow the rules everywhere else!
if(pose_has_protected_selected(ob, 1))
return;
*/
/* Safely merge all of the channels in this pose into
any existing pose */