Post #1191: tr

πŸ“‹ Metadata

🏷️ Tags

macro hotkeys intermediate solved

  • Macro Editor
  • Hotkey Configuration
  • Modal Editor

πŸ’¬ Content

tricker:

Hello! How can i create Modular operator for bpy.ops.mesh.select_more(); bpy.ops.mesh.select_less() and apply to move mouse

Hi, you can assign MoveMouse hotkey to some variable (delta) and use it to decide which operator to execute.
Here is an example.
Don’t forget to enable Confirm on Release option.


❀️ 1 likes


πŸ”— View on Blender Artists