UV: Add "Invert Pins" to the menu in the uv editor

Thanks Robert Rioux for the suggestion.

Pull Request: https://projects.blender.org/blender/blender/pulls/109187
This commit is contained in:
Chris Blackbourn
2023-07-04 02:46:23 +02:00
committed by Chris Blackbourn
parent a3bfd6e20d
commit 4f6ce68500
2 changed files with 13 additions and 1 deletions

View File

@@ -428,6 +428,7 @@ class IMAGE_MT_uvs(Menu):
layout.operator("uv.pin").clear = False
layout.operator("uv.pin", text="Unpin").clear = True
layout.operator("uv.pin", text="Invert Pins").invert = True
layout.separator()