[Bf-blender-cvs] [8dc564096f1] blender2.8: Workbench: Renamed Object Outline to Outline.

Jeroen Bakker noreply at git.blender.org
Wed May 23 11:00:21 CEST 2018


Commit: 8dc564096f175885feb44fa17be40ee426b58d31
Author: Jeroen Bakker
Date:   Wed May 23 10:57:50 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8dc564096f175885feb44fa17be40ee426b58d31

Workbench: Renamed Object Outline to Outline.

So it fits in the pop-over

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

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

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index d4b5dd9be1d..fa4eb2f4962 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2256,7 +2256,7 @@ static void rna_def_space_view3d_shading(BlenderRNA *brna)
 	prop = RNA_def_property(srna, "show_object_outline", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "shading.flag", V3D_SHADING_OBJECT_OUTLINE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
-	RNA_def_property_ui_text(prop, "Object Outline", "Show Object Outline");
+	RNA_def_property_ui_text(prop, "Outline", "Show Object Outline");
 	RNA_def_property_update(prop, NC_SPACE | ND_SPACE_VIEW3D, NULL);
 
 	prop = RNA_def_property(srna, "studio_light", PROP_ENUM, PROP_NONE);



More information about the Bf-blender-cvs mailing list