Post #2071: and another noob question.
📋 Metadata
- Author: actimelvanille
- Date: 2019-03-21 17:05:46
- Type:
question - Quality Score: 6/10
- Replies (1): post_02073
🏷️ Tags
beginner macro hotkeys unsolved
⚙️ Related PME Features
- Macro Editor
- Hotkey Configuration
- Python Scripting
💬 Content
and another noob question.
is it possible to use conditions?
if vert_sel:
bpy.ops.mesh.dissolve_verts()
elif edge_sel:
bpy.ops.mesh.dissolve_edges(use_verts=True)
elif face_sel:
bpy.ops.mesh.delete(type='FACE')
is it possible to put something like this on a hotkey?
(without having to use an external script)
chris