[Bf-blender-cvs] [c03e5e78308] master: Fix T75418: Outliner Blender File view has UNKNOWN category for armatures

Philipp Oeser noreply at git.blender.org
Mon Apr 6 13:29:51 CEST 2020


Commit: c03e5e78308c13e2d4a7d06fef84070f5044738f
Author: Philipp Oeser
Date:   Mon Apr 6 13:03:15 2020 +0200
Branches: master
https://developer.blender.org/rBc03e5e78308c13e2d4a7d06fef84070f5044738f

Fix T75418: Outliner Blender File view has UNKNOWN category for armatures

Typo in rB57daecc2cf88.

Maniphest Tasks: T75418

Differential Revision: https://developer.blender.org/D7346

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

M	source/blender/blenkernel/intern/armature.c

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

diff --git a/source/blender/blenkernel/intern/armature.c b/source/blender/blenkernel/intern/armature.c
index daf364432f4..af98992cc01 100644
--- a/source/blender/blenkernel/intern/armature.c
+++ b/source/blender/blenkernel/intern/armature.c
@@ -156,7 +156,7 @@ IDTypeInfo IDType_ID_AR = {
     .main_listbase_index = INDEX_ID_AR,
     .struct_size = sizeof(bArmature),
     .name = "Armature",
-    .name_plural = "armature",
+    .name_plural = "armatures",
     .translation_context = BLT_I18NCONTEXT_ID_ARMATURE,
     .flags = 0,



More information about the Bf-blender-cvs mailing list