[Bf-blender-cvs] [62f813754df] retopo_transform: minor change to capitalization of label

jon denning noreply at git.blender.org
Sat Jul 16 13:00:37 CEST 2022


Commit: 62f813754df01e7d16fe96ee32d67582c4766804
Author: jon denning
Date:   Tue Jun 7 16:10:26 2022 -0400
Branches: retopo_transform
https://developer.blender.org/rB62f813754df01e7d16fe96ee32d67582c4766804

minor change to capitalization of label

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index e0e38f6e765..142a4baf701 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -6787,7 +6787,7 @@ class VIEW3D_PT_snapping(Panel):
                     # active_use_self &= tool_settings.use_snap_edit
                     col_targetsel.prop(tool_settings, "use_snap_self", text="Include Active", icon='EDITMODE_HLT')
                     col_targetsel.prop(tool_settings, "use_snap_edit", text="Include Edited", icon='OUTLINER_DATA_MESH')
-                    col_targetsel.prop(tool_settings, "use_snap_nonedit", text="Include Non-edited", icon='OUTLINER_OB_MESH')
+                    col_targetsel.prop(tool_settings, "use_snap_nonedit", text="Include Non-Edited", icon='OUTLINER_OB_MESH')
                 col_targetsel.prop(tool_settings, "use_snap_selectable", text="Exclude Non-Selectable", icon='RESTRICT_SELECT_OFF')
 
                 if object_mode in {'OBJECT', 'POSE', 'EDIT', 'WEIGHT_PAINT'}:



More information about the Bf-blender-cvs mailing list