Post #4500: “If you are moving something already you can press the modal key and it activate

📋 Metadata

  • Author: Adam_Szalai
  • Date: 2022-08-14 11:05:15
  • Type: bug_report
  • Quality Score: 7/10

🏷️ Tags

hotkeys configuration intermediate unsolved

  • Stack Key Editor
  • Modal Editor
  • Hotkey Configuration

💬 Content

“If you are moving something already you can press the modal key and it activates the slide,”
i set the modal key of vertex slide to W but doesn’t do the job.

About Stack Key
if i set
bpy.ops.wm.tool_set_by_id(name=‘builtin.move’) to the 1st key stroke
and
bpy.ops.transform.vert_slide() to the 2nd key stroke
and i get out from vertex slide i get back move (that’s ok), but if i press again the designated key i still in the 1st operation and have to press it again to get in the 2nd operation (slide)
I guess it’s because Stack Key can’t check if i’m already in Move state, and simply calls the first operation.
What i don’t understand why vertex slide is getting out to Move even if i was in selection mode when i hit the first key stroke with Stack Key

Anyhow i like the idea to solve the problem with Stack Key!
But the best would be to get back the blender solution somehow :stuck_out_tongue:

Thank You for the answer!


🔗 View on Blender Artists