UV: add Reset operator to menu in uv editor

Differential Revision: https://developer.blender.org/D7482
This commit is contained in:
Miguel Porces 2020-04-21 14:18:58 +02:00 committed by Jacques Lucke
parent a93ed3bcb7
commit ad23b1e91d
1 changed files with 4 additions and 0 deletions

View File

@ -384,6 +384,10 @@ class IMAGE_MT_uvs(Menu):
layout.separator()
layout.operator("uv.reset")
layout.separator()
class IMAGE_MT_uvs_select_mode(Menu):
bl_label = "UV Select Mode"