Partially Revert "Transform: Allow navigation by default"

This partially reverts commit d53862351d.

Some changes there were not intended.
This commit is contained in:
Germano Cavalcante
2023-06-27 20:29:05 +02:00
parent b6a534e41b
commit 3c70e12cf3
2 changed files with 3 additions and 1 deletions

View File

@@ -513,6 +513,8 @@ class _defs_view3d_add:
row.label(text="Orientation:")
row = layout.row()
row.prop(tool_settings, "plane_orientation", text="")
row = layout.row()
row.prop(tool_settings, "snap_elements_tool")
region_is_header = bpy.context.region.type == 'TOOL_HEADER'
if region_is_header:

View File

@@ -641,7 +641,7 @@ class VIEW3D_HT_header(Header):
icon = snap_items[elem].icon
break
else:
text = "Multi"
text = "Mix"
icon = 'NONE'
del snap_items, snap_elements