From 1ab08a2dff57f498bbda2732c59f6e82512a3071 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 23 Oct 2018 14:17:22 +0200 Subject: Rename editor to "Texture Node Editor" This editor edits nodes, and the old name of "Texture Editor" is misleading, since when one want to edit it is unclear whether UV/Image or Texture editor is more suitable for the task. --- source/blender/nodes/texture/node_texture_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/nodes/texture/node_texture_tree.c') diff --git a/source/blender/nodes/texture/node_texture_tree.c b/source/blender/nodes/texture/node_texture_tree.c index 551d955c70f..6711e644d44 100644 --- a/source/blender/nodes/texture/node_texture_tree.c +++ b/source/blender/nodes/texture/node_texture_tree.c @@ -164,7 +164,7 @@ void register_node_tree_type_tex(void) tt->type = NTREE_TEXTURE; strcpy(tt->idname, "TextureNodeTree"); - strcpy(tt->ui_name, "Texture Editor"); + strcpy(tt->ui_name, "Texture Node Editor"); tt->ui_icon = 0; /* defined in drawnode.c */ strcpy(tt->ui_description, "Texture nodes"); -- cgit v1.2.3