Hide selected/hide unselected/show all bones in posemode using the
usual HKEY, shift-HKEY, alt-HKEY, and also through the menu. Thanks to malefico for the feature request, and thanks to broken for doing the menu code.
This commit is contained in:
@@ -1047,7 +1047,14 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
}
|
||||
else if(G.f & G_FACESELECT)
|
||||
hide_tface();
|
||||
|
||||
else if(G.obpose) {
|
||||
if (G.qual==0)
|
||||
hide_selected_pose_bones();
|
||||
else if (G.qual==LR_SHIFTKEY)
|
||||
hide_unselected_pose_bones();
|
||||
else if (G.qual==LR_ALTKEY)
|
||||
show_all_pose_bones();
|
||||
}
|
||||
break;
|
||||
case IKEY:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user