[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17638] branches/blender2.5/blender/source /blender/nodes/intern: Commented out some animation-related defines in nodes files to reduce number of files needing recompiling unnecessarily .

Joshua Leung aligorith at gmail.com
Sun Nov 30 07:19:21 CET 2008


Revision: 17638
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17638
Author:   aligorith
Date:     2008-11-30 07:19:21 +0100 (Sun, 30 Nov 2008)

Log Message:
-----------
Commented out some animation-related defines in nodes files to reduce number of files needing recompiling unnecessarily.

--

BTW, in my previous commit, I included a fix in SConstruct (thanks JesterKing) that allows compiler warnings + makesdna,etc. console output to be shown when compiling with mingw again.

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

Modified: branches/blender2.5/blender/source/blender/nodes/intern/CMP_util.h
===================================================================
--- branches/blender2.5/blender/source/blender/nodes/intern/CMP_util.h	2008-11-30 06:15:33 UTC (rev 17637)
+++ branches/blender2.5/blender/source/blender/nodes/intern/CMP_util.h	2008-11-30 06:19:21 UTC (rev 17638)
@@ -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/blender2.5/blender/source/blender/nodes/intern/SHD_util.h
===================================================================
--- branches/blender2.5/blender/source/blender/nodes/intern/SHD_util.h	2008-11-30 06:15:33 UTC (rev 17637)
+++ branches/blender2.5/blender/source/blender/nodes/intern/SHD_util.h	2008-11-30 06:19:21 UTC (rev 17638)
@@ -36,9 +36,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