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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-19 20:35:14 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-19 21:39:23 +0300
commit0b7854323d41f3a1a55a40ddf76a90e2017a0784 (patch)
tree42d8e6b22eae817e7bb380401d57b81ce76c943b /source/blender/blenkernel/intern/texture.c
parente1b2ded7b2fcce4e2ae295545a57cde3d7c6d950 (diff)
Fix typos in names fo new mesh and texture IDTypeInfo.
Diffstat (limited to 'source/blender/blenkernel/intern/texture.c')
-rw-r--r--source/blender/blenkernel/intern/texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/texture.c b/source/blender/blenkernel/intern/texture.c
index 67f9bcf008c..b0f000d6e04 100644
--- a/source/blender/blenkernel/intern/texture.c
+++ b/source/blender/blenkernel/intern/texture.c
@@ -128,7 +128,7 @@ IDTypeInfo IDType_ID_TE = {
.id_filter = FILTER_ID_TE,
.main_listbase_index = INDEX_ID_TE,
.struct_size = sizeof(Tex),
- .name = "texture",
+ .name = "Texture",
.name_plural = "textures",
.translation_context = BLT_I18NCONTEXT_ID_TEXTURE,
.flags = 0,