Post #2071: and another noob question.

📋 Metadata

🏷️ Tags

beginner macro hotkeys unsolved

  • 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


🔗 View on Blender Artists