From b37fca650eeaefc0980ffa10a56c80a5ee875c01 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Tue, 9 Jun 2020 17:01:44 +0200 Subject: Cleanup: Move pointcache dna to separate file Reviewers: brecht Differential Revision: https://developer.blender.org/D7965 --- source/blender/makesdna/intern/makesdna.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/intern/makesdna.c') 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" -- cgit v1.2.3