[Bf-blender-cvs] [485c634c4cd] master: Cleanup: Confusion with knife xray functionality

Cian Jinks noreply at git.blender.org
Tue Oct 26 22:53:14 CEST 2021


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",



More information about the Bf-blender-cvs mailing list