Dev:2.7/Source/Checklists/CircleSelectOp

提供: wiki
移動先: 案内検索

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


  • ...