📋 Metadata

  • Author: fjg3d
  • Date: 2024-05-02 21:26:32
  • Type: answer
  • Reply to: post_05120

💬 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