Consider Numpad Enter in pose slide operators
It was annoying to only have regular Enter confirming input there.
This commit is contained in:
@@ -685,6 +685,7 @@ static int pose_slide_modal(bContext *C, wmOperator *op, const wmEvent *event)
|
||||
switch (event->type) {
|
||||
case LEFTMOUSE: /* confirm */
|
||||
case RETKEY:
|
||||
case PADENTER:
|
||||
{
|
||||
/* return to normal cursor and header status */
|
||||
ED_area_headerprint(pso->sa, NULL);
|
||||
|
||||
Reference in New Issue
Block a user