Commit: 485c634c4cdadebfc293a4d9f6ffd1631f3ac959
Author: Cian Jinks
Date:   Tue Oct 26 21:52:40 2021 +0100
Branches: master
https://developer.blender.org/rB485c634c4cdadebfc293a4d9f6ffd1631f3ac959

Cleanup: Confusion with knife xray functionality

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

M       source/blender/editors/mesh/editmesh_knife.c

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

diff --git a/source/blender/editors/mesh/editmesh_knife.c 
b/source/blender/editors/mesh/editmesh_knife.c
index 49afe90af91..8e0a7dbd69b 100644
--- a/source/blender/editors/mesh/editmesh_knife.c
+++ b/source/blender/editors/mesh/editmesh_knife.c
@@ -4796,7 +4796,7 @@ void MESH_OT_knife_tool(wmOperatorType *ot)
                   "Occlude Geometry",
                   "Only cut the front most geometry");
   RNA_def_boolean(ot->srna, "only_selected", false, "Only Selected", "Only cut 
selected geometry");
-  RNA_def_boolean(ot->srna, "xray", true, "X-Ray", "Show cuts through 
geometry");
+  RNA_def_boolean(ot->srna, "xray", true, "X-Ray", "Show cuts hidden by 
geometry");
 
   RNA_def_enum(ot->srna,
                "visible_measurements",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to