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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-06 13:10:10 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-06 13:27:54 +0300
commitaf5d2e38f7825d80e941b1bb91c443a29340b6f1 (patch)
tree3f067a7875dd5e999fa797588bf6cd347cc6f540 /source/blender/blenkernel/BKE_idtype.h
parent7d9a5b7b10b439f62bcc522fee307a942b859ccc (diff)
Cleanup: Scene: New IDTypeInfo, and remove unused API from BKE.
Diffstat (limited to 'source/blender/blenkernel/BKE_idtype.h')
-rw-r--r--source/blender/blenkernel/BKE_idtype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index ba0cf04dfc6..84412942e9a 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -124,6 +124,7 @@ typedef struct IDTypeInfo {
/* ********** Declaration of each IDTypeInfo. ********** */
/* Those are defined in the respective BKE files. */
+extern IDTypeInfo IDType_ID_SCE;
extern IDTypeInfo IDType_ID_OB;
/* ********** Helpers/Utils API. ********** */