[Bf-blender-cvs] [7c5d0146660] blender2.8: UI: rename Cursor 'Depth' -> 'Surface Project'

Campbell Barton noreply at git.blender.org
Mon Nov 5 02:10:51 CET 2018


Commit: 7c5d01466604bd15617a2693f5efc711ada8b083
Author: Campbell Barton
Date:   Mon Nov 5 12:08:51 2018 +1100
Branches: blender2.8
https://developer.blender.org/rB7c5d01466604bd15617a2693f5efc711ada8b083

UI: rename Cursor 'Depth' -> 'Surface Project'

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

M	source/blender/makesrna/intern/rna_userdef.c

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

diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index aff2cc6bde4..a42a1edb91e 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -3733,8 +3733,8 @@ static void rna_def_userdef_view(BlenderRNA *brna)
 
 	prop = RNA_def_property(srna, "use_mouse_depth_cursor", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_DEPTH_CURSOR);
-	RNA_def_property_ui_text(prop, "Cursor Depth",
-	                         "Use the depth under the mouse when placing the cursor");
+	RNA_def_property_ui_text(prop, "Cursor Surface Project",
+	                         "Use the surface depth for cursor placement");
 
 	prop = RNA_def_property(srna, "use_cursor_lock_adjust", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "uiflag", USER_LOCK_CURSOR_ADJUST);



More information about the Bf-blender-cvs mailing list