Fix #113112: Loop Cut and Slide from menu is waiting for cursor input #113140

Merged
Pratik Borhade merged 1 commits from PratikPB2123/blender:113112-loopcut-edge-slide into blender-v4.0-release 2023-10-23 13:05:53 +02:00

1 Commits

Author SHA1 Message Date
Pratik Borhade 39875454ca Fix #113112: Loop Cut and Slide from menu is waiting for cursor input
This is because `TRANSFORM_OT_edge_slide` has `OPTYPE_DEPENDS_ON_CURSOR`
flag set. Due to this, invoke call to loop-cut operator was not sent
from function `WM_operator_name_call_ptr_with_depends_on_cursor`.
Since `edge slide` operator does not depend on actual cusor position, we
can remove this operator flag to fix the problem.
2023-10-23 16:31:36 +05:30