Post #1191:
tr
π Metadata
- Author: roaoao
- Date: 2018-01-25 03:27:48
- Type:
answer - Quality Score: 8/10
- Reply to: post_01190
- Replies (1): post_01192
π·οΈ Tags
macro hotkeys intermediate solved
βοΈ Related PME Features
- 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