📋 Metadata
- Author: actimelvanille
- Date: 2019-03-21 17:05:46
- Type:
question - Replies (1): post_02073
💬 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