[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17599] branches/animsys2/source/blender/ nodes/intern: AnimSys2: Commented out includes for animation stuff in include files, included for ALL node files.

Joshua Leung aligorith at gmail.com
Fri Nov 28 07:08:59 CET 2008


Revision: 17599
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17599
Author:   aligorith
Date:     2008-11-28 07:08:58 +0100 (Fri, 28 Nov 2008)

Log Message:
-----------
AnimSys2: Commented out includes for animation stuff in include files, included for ALL node files. This should mean that I don't have to sit through the nodes being recompiled after a simple animation-related change (or something in another unrelated place). 

Modified Paths:
--------------
    branches/animsys2/source/blender/nodes/intern/CMP_util.h
    branches/animsys2/source/blender/nodes/intern/SHD_util.h

Modified: branches/animsys2/source/blender/nodes/intern/CMP_util.h
===================================================================
--- branches/animsys2/source/blender/nodes/intern/CMP_util.h	2008-11-28 04:01:35 UTC (rev 17598)
+++ branches/animsys2/source/blender/nodes/intern/CMP_util.h	2008-11-28 06:08:58 UTC (rev 17599)
@@ -37,9 +37,9 @@
 #include "MEM_guardedalloc.h"
 
 #include "DNA_camera_types.h" /* qdn: defocus node, need camera info */
-#include "DNA_action_types.h"
+//#include "DNA_action_types.h"
 #include "DNA_color_types.h"
-#include "DNA_ipo_types.h"
+//#include "DNA_ipo_types.h"
 #include "DNA_ID.h"
 #include "DNA_image_types.h"
 #include "DNA_material_types.h"

Modified: branches/animsys2/source/blender/nodes/intern/SHD_util.h
===================================================================
--- branches/animsys2/source/blender/nodes/intern/SHD_util.h	2008-11-28 04:01:35 UTC (rev 17598)
+++ branches/animsys2/source/blender/nodes/intern/SHD_util.h	2008-11-28 06:08:58 UTC (rev 17599)
@@ -35,9 +35,9 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "DNA_action_types.h"
+//#include "DNA_action_types.h"
 #include "DNA_color_types.h"
-#include "DNA_ipo_types.h"
+//#include "DNA_ipo_types.h"
 #include "DNA_ID.h"
 #include "DNA_image_types.h"
 #include "DNA_material_types.h"





More information about the Bf-blender-cvs mailing list