📋 Metadata

💬 Content

A direct solution would be to branch within a single Stack Key’s Command rather than branching across four Stack Keys using Poll.

Please replace the “XXXX_command” parts with the specific commands you wish to execute.

m = C.tool_settings.uv_select_mode; vert_command if m == 'VERTEX' else edge_command if m == 'EDGE' else face_command if m == 'FACE' else None

🔗 View on Blender Artists