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
βοΈ Related PME Features
- 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