Post #2935: …still the best addon ever.
📋 Metadata
- Author: Sergey_Kritskiy
- Date: 2019-12-31 09:45:24
- Type:
question - Quality Score: 7/10
- Reply to: post_02821
- Replies (1): post_02937
🏷️ Tags
macro stack-key hotkeys intermediate unsolved
⚙️ Related PME Features
- Stack Key Editor
- Macro Editor
- Modal Editor
💬 Content
…still the best addon ever.
I have two questions:
- 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? If I simply add two commands with different flags the second call acts on existing selection (modified by the first call) and the command doesn’t work properly. - 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.
Cheers!