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-02-10 19:10:17 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-10 19:10:17 +0300
commitf3a3a976b7ddaca77560040e9bea7e9303e4eead (patch)
treebd78ca7013d18afcb6b80872021fb631533c4339 /source/blender/makesrna/intern/rna_ID.c
parentddad044cfe132f6d2367baead8d4bf2ecc68e399 (diff)
Refactor: move `Library`-specific functions into proper `BKE_library` file.
Even though we do not have much of those, this might change in the future, and in any case having specific functions for this ID type in generic `BKE_lib` area was really confusing.
Diffstat (limited to 'source/blender/makesrna/intern/rna_ID.c')
-rw-r--r--source/blender/makesrna/intern/rna_ID.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index 7de6b651900..8a216579c80 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -93,6 +93,7 @@ const EnumPropertyItem rna_enum_id_type_items[] = {
# include "BKE_lib_query.h"
# include "BKE_lib_override.h"
# include "BKE_lib_remap.h"
+# include "BKE_library.h"
# include "BKE_animsys.h"
# include "BKE_material.h"
# include "BKE_global.h" /* XXX, remove me */