Cleanup: Armature: Move to IDTypeInfo, and remove unused BKE API.

This commit is contained in:
2020-03-06 16:03:00 +01:00
parent 14d03af7ae
commit 57daecc2cf
6 changed files with 99 additions and 81 deletions

View File

@@ -203,7 +203,7 @@ void BKE_libblock_free_datablock(ID *id, const int UNUSED(flag))
BLI_assert(0);
break;
case ID_AR:
BKE_armature_free((bArmature *)id);
BLI_assert(0);
break;
case ID_AC:
BKE_action_free((bAction *)id);