UI: tweak naming in snapping popover to be "Snap with" and "Snap to"
To replace "Target" and "Snapping", this should be more clear. Differential Revision: https://developer.blender.org/D5242
This commit is contained in:
@@ -5884,7 +5884,7 @@ class VIEW3D_PT_snapping(Panel):
|
||||
|
||||
layout = self.layout
|
||||
col = layout.column()
|
||||
col.label(text="Snapping")
|
||||
col.label(text="Snap to")
|
||||
col.prop(tool_settings, "snap_elements", expand=True)
|
||||
|
||||
col.separator()
|
||||
@@ -5892,7 +5892,7 @@ class VIEW3D_PT_snapping(Panel):
|
||||
col.prop(tool_settings, "use_snap_grid_absolute")
|
||||
|
||||
if snap_elements != {'INCREMENT'}:
|
||||
col.label(text="Target")
|
||||
col.label(text="Snap with")
|
||||
row = col.row(align=True)
|
||||
row.prop(tool_settings, "snap_target", expand=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user