uv smart project now in unwrap menu with 2 most important options
This commit is contained in:
@@ -90,7 +90,7 @@ class VIEW3D_MT_snap(bpy.types.Menu):
|
||||
layout.itemO("view3d.snap_cursor_to_grid", text="Cursor to Grid")
|
||||
layout.itemO("view3d.snap_cursor_to_active", text="Cursor to Active")
|
||||
|
||||
class VIEW3D_MT_uv_map(bpy.types.Menu):
|
||||
class VIEW3D_MT_uv_map(dynamic_menu.DynMenu):
|
||||
bl_label = "UV Mapping"
|
||||
|
||||
def draw(self, context):
|
||||
|
||||
@@ -109,7 +109,8 @@ class VIEW3D_PT_tools_meshedit(View3DPanel):
|
||||
|
||||
col = layout.column(align=True)
|
||||
col.itemL(text="UV Mapping:")
|
||||
col.itemO("uv.mapping_menu", text="Unwrap")
|
||||
col.item_stringO("wm.call_menu", "name", "VIEW3D_MT_uv_map", text="Unwrap")
|
||||
|
||||
col.itemO("mesh.uvs_rotate")
|
||||
col.itemO("mesh.uvs_mirror")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user