Post #2937: : post_02939
🏷️ Tags
stack-key hotkeys configuration intermediate solved
⚙️ Related PME Features
- Stack Key Editor
- Undo Previous Command option
- Modal Editor
💬 Content
Sergey_Kritskiy:
I’m using
Select Loop Inner-Region(bpy.ops.mesh.loop_to_region()) a lot and it has aselect_biggeroption that switches it between true and false. I wonder if it’s possible to make a stack key that would on first call fire the command and on second only switch the option?
Did you try to enable Undo Previous Command option and use these 2 slots?
bpy.ops.mesh.loop_to_region(select_bigger=False)
bpy.ops.mesh.loop_to_region(select_bigger=True)
Sergey_Kritskiy:
is it possible to somehow add a shortcut to Grab modal? I’m often scale to zero by a specific axis so I click-drag with MMB to select an axis and then type
0and press Enter. I wonder if it’s possible to do this last part with PME hotkey? So it’d work on no matter what axis.
No, afaik.
❤️ 1 likes