「Dev:2.7/Source/Checklists/CircleSelectOp」の版間の差分

提供: wiki
移動先: 案内検索
(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...")
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 06:15時点における最新版

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");


  • ...