Partially Revert "Transform: Allow navigation by default"
This partially reverts commit d53862351d.
Some changes there were not intended.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user