Post #2937: ![](https://blenderartists.org/user_avatar/blenderartists.org/sergey_kritskiy/48

📋 Metadata

🏷️ Tags

stack-key hotkeys configuration intermediate solved

  • 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 a select_bigger option 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 0 and 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


🔗 View on Blender Artists