UI: change order of Live Unwrap in menu U key still goes to Unwrap first

Also makes it more clear it's related specifically to this type of unwrapping.
This commit is contained in:
Brecht Van Lommel 2019-05-23 11:03:39 +02:00
parent 49593a2c38
commit e88654c31b
1 changed files with 1 additions and 2 deletions

View File

@ -958,12 +958,11 @@ class VIEW3D_MT_uv_map(Menu):
tool_settings = context.tool_settings
layout.operator("uv.unwrap")
layout.prop(tool_settings, "use_edge_path_live_unwrap")
layout.separator()
layout.operator("uv.unwrap")
layout.operator_context = 'INVOKE_DEFAULT'
layout.operator("uv.smart_project")
layout.operator("uv.lightmap_pack")