[Bf-blender-cvs] [346b00f6d1f] blender2.8: UI: Tooltip for 3D View and rename to 3D Viewport.

Pablo Vazquez noreply at git.blender.org
Sat Nov 3 02:26:42 CET 2018


Commit: 346b00f6d1fdee7da8e8d24bf831975b39ddc9cd
Author: Pablo Vazquez
Date:   Sat Nov 3 02:26:31 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB346b00f6d1fdee7da8e8d24bf831975b39ddc9cd

UI: Tooltip for 3D View and rename to 3D Viewport.

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

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 d7925c8a97d..08c171c19dc 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -71,7 +71,7 @@ const EnumPropertyItem rna_enum_space_type_items[] = {
 
 	/* General */
 	{0, "", ICON_NONE, "General", ""},
-	{SPACE_VIEW3D, "VIEW_3D", ICON_VIEW3D, "3D View", "3D viewport"},
+	{SPACE_VIEW3D, "VIEW_3D", ICON_VIEW3D, "3D Viewport", "Manipulate objects in a 3D environment"},
 	{SPACE_IMAGE, "IMAGE_EDITOR", ICON_IMAGE, "UV/Image Editor", "View and edit images and UV Maps"},
 	{SPACE_NODE, "NODE_EDITOR", ICON_NODETREE, "Node Editor", "Editor for node-based shading and compositing tools"},
 	{SPACE_SEQ, "SEQUENCE_EDITOR", ICON_SEQUENCE, "Video Sequencer", "Video editing tools"},



More information about the Bf-blender-cvs mailing list