Dev:2.7/Source/Checklists/CircleSelectOp
< Dev:2.7
Adding an operator using Modal Circle Select Infrastructure
Checklist
wm_operators.c - gesture_circle_modal_keymap():
- Add one of these lines to the end of the list. If you forget, Blender will become unresponsive upon invoking the operator.
WM_modalkeymap_assign(keymap, "MY_MODULE_OT_select_circle");
- ...