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:53:27 +0300
committerHans Goudey <h.goudey@me.com>2022-08-05 20:53:27 +0300
commit74f983738ab47ccc393885d31ccdb0dcdf898bef (patch)
tree3595ec0ac7352ee9348e1bf19ecd350002339f06 /source
parent4181d82ad1e3cbe9f3774e6c60767e1915201548 (diff)
Fix T100143: RNA path information of Curves datablock incorrect
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,