[Bf-blender-cvs] [e65fb06] particles_refactor: Added missing DNA files to makesdna.

Lukas Tönne noreply at git.blender.org
Tue Apr 22 12:05:24 CEST 2014


Commit: e65fb0661ddcf93c42bc3bad225dba4bd637ea58
Author: Lukas Tönne
Date:   Tue Jun 4 16:18:59 2013 +0200
https://developer.blender.org/rBe65fb0661ddcf93c42bc3bad225dba4bd637ea58

Added missing DNA files to makesdna.

===================================================================

M	source/blender/makesdna/intern/makesdna.c

===================================================================

diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index 3845e7c..22cf4d3 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -135,6 +135,8 @@ static const char *includefiles[] = {
 	"DNA_rigidbody_types.h",
 	"DNA_freestyle_types.h",
 	"DNA_linestyle_types.h",
+	"DNA_pagedbuffer_types.h",
+	"DNA_nparticle_types.h",
 
 	/* empty string to indicate end of includefiles */
 	""
@@ -1286,4 +1288,6 @@ int main(int argc, char **argv)
 #include "DNA_rigidbody_types.h"
 #include "DNA_freestyle_types.h"
 #include "DNA_linestyle_types.h"
+#include "DNA_pagedbuffer_types.h"
+#include "DNA_nparticle_types.h"
 /* end of list */




More information about the Bf-blender-cvs mailing list