Commit: e9b91d580372c18ef4da4ef4608996165703ced8
Author: Dalai Felinto
Date:   Wed Jun 20 10:24:23 2018 +0200
Branches: soc-2018-npr
https://developer.blender.org/rBe9b91d580372c18ef4da4ef4608996165703ced8

Fix lanpr DNA not compiled

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

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

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

diff --git a/source/blender/makesdna/intern/makesdna.c 
b/source/blender/makesdna/intern/makesdna.c
index a1bfac66115..94b19c90fdd 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -84,6 +84,7 @@ static const char *includefiles[] = {
        "DNA_mesh_types.h",
        "DNA_meshdata_types.h",
        "DNA_modifier_types.h",
+       "DNA_lanpr_types.h",
        "DNA_lattice_types.h",
        "DNA_object_types.h",
        "DNA_object_force_types.h",
@@ -1308,6 +1309,7 @@ int main(int argc, char **argv)
 #include "DNA_mesh_types.h"
 #include "DNA_meshdata_types.h"
 #include "DNA_modifier_types.h"
+#include "DNA_lanpr_types.h"
 #include "DNA_lattice_types.h"
 #include "DNA_object_types.h"
 #include "DNA_object_force_types.h"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to