Post #5121: I was able to make that work using these two lines with a stack key with two sep

πŸ“‹ Metadata

  • Author: fjg3d
  • Date: 2024-05-02 21:26:32
  • Type: answer
  • Quality Score: 7/10
  • Reply to: post_05120

🏷️ Tags

macro hotkeys intermediate solved

  • Stack Key Editor
  • Python Scripting

πŸ’¬ Content

I was able to make that work using these two lines with a stack key with two separate commands.
bpy.ops.object.editmode_toggle()
bpy.ops.mesh.select_mode(type='VERT')

In the second command, there are other options for edit mode, such as faces or edges…


❀️ 1 likes


πŸ”— View on Blender Artists