enable wrap cursor for transform. might want this disabled when the manipulator is used?
This commit is contained in:
@@ -327,6 +327,7 @@ static int transform_invoke(bContext *C, wmOperator *op, wmEvent *event)
|
|||||||
|
|
||||||
t->flag |= T_MODAL; // XXX meh maybe somewhere else
|
t->flag |= T_MODAL; // XXX meh maybe somewhere else
|
||||||
|
|
||||||
|
op->flag |= OP_GRAB_POINTER; // XXX maybe we want this with the manipulator only?
|
||||||
return OPERATOR_RUNNING_MODAL;
|
return OPERATOR_RUNNING_MODAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user