Dev:2.7/Source/Checklists/CircleSelectOp

提供: wiki
< 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");


  • ...