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:
authorJacques Lucke <jacques@blender.org>2020-10-07 12:14:25 +0300
committerJacques Lucke <jacques@blender.org>2020-10-07 12:14:38 +0300
commite2526e338f12832c1ab945907f5be075124fcf24 (patch)
tree9e3b67e88172fab8492b9fa2f6e863f0a7b1627c /source/blender/blenkernel/BKE_idtype.h
parent874cf52c10d73911cfec709d9b0202ac690aab6f (diff)
Cleanup: add comment
Diffstat (limited to 'source/blender/blenkernel/BKE_idtype.h')
-rw-r--r--source/blender/blenkernel/BKE_idtype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index ba63bc064a2..f82c0fb2436 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -173,6 +173,8 @@ typedef struct IDTypeInfo {
*/
IDTypeForeachCacheFunction foreach_cache;
+ /* ********** Callbacks for reading and writing .blend files. ********** */
+
/**
* Write all structs that should be saved in a .blend file.
*/