[Bf-blender-cvs] [74f983738ab] blender-v3.3-release: Fix T100143: RNA path information of Curves datablock incorrect

Hans Goudey noreply at git.blender.org
Fri Aug 5 19:53:48 CEST 2022


Commit: 74f983738ab47ccc393885d31ccdb0dcdf898bef
Author: Hans Goudey
Date:   Fri Aug 5 12:53:27 2022 -0500
Branches: blender-v3.3-release
https://developer.blender.org/rB74f983738ab47ccc393885d31ccdb0dcdf898bef

Fix T100143: RNA path information of Curves datablock incorrect

===================================================================

M	source/blender/blenkernel/intern/curves.cc

===================================================================

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,



More information about the Bf-blender-cvs mailing list