Fix T100143: RNA path information of Curves datablock incorrect

This commit is contained in:
Hans Goudey 2022-08-05 12:53:27 -05:00
parent 4181d82ad1
commit 74f983738a
Notes: blender-bot 2023-04-14 09:18:04 +02:00
Referenced by issue #100143, RNA path information of Curves datablock incorrect
1 changed files with 1 additions and 1 deletions

View File

@ -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,