Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2020-03-06 18:35:23 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 18:43:09 +0300
commit68b6d0302a591ccba843533043632d4d0bc1b40b (patch)
tree301cb6bdeca0d105acb4a5d6c07ce108dcad1a23 /source/blender/blenkernel/intern/idtype.c
parent57daecc2cf88878e56394726759c48f81610806a (diff)
Cleanup: Action: Move to IDTypeInfo, and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/intern/idtype.c')
-rw-r--r--source/blender/blenkernel/intern/idtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/idtype.c b/source/blender/blenkernel/intern/idtype.c
index a420ab17a26..85ba9c6d2a8 100644
--- a/source/blender/blenkernel/intern/idtype.c
+++ b/source/blender/blenkernel/intern/idtype.c
@@ -73,7 +73,7 @@ static void id_type_init(void)
// INIT_TYPE(ID_SO);
INIT_TYPE(ID_GR);
INIT_TYPE(ID_AR);
- // INIT_TYPE(ID_AC);
+ INIT_TYPE(ID_AC);
INIT_TYPE(ID_NT);
INIT_TYPE(ID_BR);
// INIT_TYPE(ID_PA);