From e14ff3de3d4a2c9ee11ea53dde4a3a0e33395c0b Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 18 Dec 2005 13:46:01 +0000 Subject: Orange: - Sunday merger with bf-blender - Foundations for new Node editor in Blender, generic framework that can be used for Material/Texture, Compositing, Logic or maybe even Sequencer. Note: this doesn't do anything yet, nor save! Is just to get this nice in CVS now. :) --- 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 d0186deefad..5417164f915 100644 --- a/source/blender/makesdna/intern/makesdna.c +++ b/source/blender/makesdna/intern/makesdna.c @@ -123,6 +123,7 @@ char *includefiles[] = { "DNA_action_types.h", "DNA_constraint_types.h", "DNA_nla_types.h", + "DNA_node_types.h", // if you add files here, please add them at the end // of makesdna.c (this file) as well @@ -1129,4 +1130,5 @@ int main(int argc, char ** argv) #include "DNA_action_types.h" #include "DNA_constraint_types.h" #include "DNA_nla_types.h" +#include "DNA_node_types.h" /* end of list */ -- cgit v1.2.3