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
path: root/source
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-08-05 20:55:33 +0300
committerHans Goudey <h.goudey@me.com>2022-08-05 20:55:33 +0300
commit74336cee386254273ea36740233826acb05f0d82 (patch)
treecf574576dd366ed47031b43cb6f7b5a2aed219b7 /source
parentfafd1ab9d3a6ea59734288cacb40607230be826a (diff)
parent74f983738ab47ccc393885d31ccdb0dcdf898bef (diff)
Merge branch 'blender-v3.3-release'
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/curves.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/curves.cc b/source/blender/blenkernel/intern/curves.cc
index baa9c32a9ff..f90cf48090c 100644
--- a/source/blender/blenkernel/intern/curves.cc
+++ b/source/blender/blenkernel/intern/curves.cc
@@ -204,7 +204,7 @@ IDTypeInfo IDType_ID_CV = {
/*main_listbase_index */ INDEX_ID_CV,
/*struct_size */ sizeof(Curves),
/*name */ "Curves",
- /*name_plural */ "curves",
+ /*name_plural */ "hair_curves",
/*translation_context */ BLT_I18NCONTEXT_ID_CURVES,
/*flags */ IDTYPE_FLAGS_APPEND_IS_REUSABLE,
/*asset_type_info */ nullptr,