Cleanup: Confusion with knife xray functionality

This commit is contained in:
Cian Jinks
2021-10-26 21:52:40 +01:00
parent e7fedf6dba
commit 485c634c4c

View File

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