Adding Shear transform to UV menu and Ctrl Alt Shift S hotkey (same as in 3D View)

This commit is contained in:
2011-07-21 21:34:08 +00:00
parent bbfe3c9c49
commit 2c798fd86d
2 changed files with 6 additions and 0 deletions

View File

@@ -198,6 +198,10 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu):
layout.operator("transform.rotate")
layout.operator("transform.resize")
layout.separator()
layout.operator("transform.shear")
class IMAGE_MT_uvs_snap(bpy.types.Menu):
bl_label = "Snap"