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-06-09 18:01:44 +0300
committerJacques Lucke <jacques@blender.org>2020-06-09 18:01:54 +0300
commitb37fca650eeaefc0980ffa10a56c80a5ee875c01 (patch)
tree1476bd424fc612569faf3d60c1aca953ad4a235f /source/blender/makesdna/intern/makesdna.c
parent0cb59866af227d6c51244bc5c63723e7dc390153 (diff)
Cleanup: Move pointcache dna to separate file
Reviewers: brecht Differential Revision: https://developer.blender.org/D7965
Diffstat (limited to 'source/blender/makesdna/intern/makesdna.c')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 09cfe54e94d..083806350e7 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -137,6 +137,7 @@ static const char *includefiles[] = {
"DNA_pointcloud_types.h",
"DNA_volume_types.h",
"DNA_simulation_types.h",
+ "DNA_pointcache_types.h",
/* see comment above before editing! */
@@ -1584,6 +1585,7 @@ int main(int argc, char **argv)
#include "DNA_outliner_types.h"
#include "DNA_packedFile_types.h"
#include "DNA_particle_types.h"
+#include "DNA_pointcache_types.h"
#include "DNA_pointcloud_types.h"
#include "DNA_rigidbody_types.h"
#include "DNA_scene_types.h"