uv smart project now in unwrap menu with 2 most important options

This commit is contained in:
Campbell Barton
2009-11-03 18:56:42 +00:00
parent 65f92c893e
commit 2db1851c26
4 changed files with 50 additions and 28 deletions

View File

@@ -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):