Python: Rename IDType_ID_GP.name_plural to grease_pencils

This renames `IDType_ID_GP.name_plural` for Grease Pencil from
`grease_pencil_v3` to `grease_pencil`.

Part of #125058.

Pull Request: https://projects.blender.org/blender/blender/pulls/146903
This commit is contained in:
Casey Bianco-Davis
2025-09-29 12:33:42 +02:00
committed by Falk David
parent d2269441bb
commit e8bb5a6558
2 changed files with 1 additions and 2 deletions

View File

@@ -429,7 +429,6 @@ WARN_MSGID_NOT_CAPITALIZED_ALLOWED = {
"curves",
"fonts",
"grease_pencils",
"grease_pencils_v3",
"hair_curves",
"ipos",
"lattices",

View File

@@ -358,7 +358,7 @@ IDTypeInfo IDType_ID_GP = {
/*main_listbase_index*/ INDEX_ID_GP,
/*struct_size*/ sizeof(GreasePencil),
/*name*/ "GreasePencil",
/*name_plural*/ N_("grease_pencils_v3"),
/*name_plural*/ N_("grease_pencils"),
/*translation_context*/ BLT_I18NCONTEXT_ID_GPENCIL,
/*flags*/ IDTYPE_FLAGS_APPEND_IS_REUSABLE,
/*asset_type_info*/ nullptr,