Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-10-23 15:17:22 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-10-23 15:29:13 +0300
commit1ab08a2dff57f498bbda2732c59f6e82512a3071 (patch)
tree7e067da62b280905bc29301d9d4046f539257421 /source/blender/nodes/texture/node_texture_tree.c
parent767b49e49249cbc6679f79e1241d7a55749ab64c (diff)
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.
Diffstat (limited to 'source/blender/nodes/texture/node_texture_tree.c')
-rw-r--r--source/blender/nodes/texture/node_texture_tree.c2
1 files changed, 1 insertions, 1 deletions
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");