Dev:2.7/Source/Checklists/CircleSelectOp
< Dev:2.7
2016年2月1日 (月) 23:11時点におけるwiki>Aligorithによる版 (Created page with "= Adding an operator using Modal Circle Select Infrastructure = == Checklist == '''wm_operators.c''' - '''gesture_circle_modal_keymap()''': * Add one of these lines to the end...")
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");
- ...