[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18981] branches/blender2.5/blender/source /blender/makesdna/DNA_windowmanager_types.h: thought the hashes were my own mistake from typing python in the wrong window but turns out the pre-processor uses them .

Campbell Barton ideasman42 at gmail.com
Sun Feb 15 14:53:32 CET 2009


Revision: 18981
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18981
Author:   campbellbarton
Date:     2009-02-15 14:53:26 +0100 (Sun, 15 Feb 2009)

Log Message:
-----------
thought the hashes were my own mistake from typing python in the wrong window but turns out the pre-processor uses them.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesdna/DNA_windowmanager_types.h

Modified: branches/blender2.5/blender/source/blender/makesdna/DNA_windowmanager_types.h
===================================================================
--- branches/blender2.5/blender/source/blender/makesdna/DNA_windowmanager_types.h	2009-02-15 13:09:19 UTC (rev 18980)
+++ branches/blender2.5/blender/source/blender/makesdna/DNA_windowmanager_types.h	2009-02-15 13:53:26 UTC (rev 18981)
@@ -117,8 +117,11 @@
 	ListBase gesture;		/* gesture stuff */
 } wmWindow;
 
+/* should be somthing like DNA_EXCLUDE 
+ * but the preprocessor first removes all comments, spaces etc */
 
-
+#
+#
 typedef struct wmOperatorType {
 	struct wmOperatorType *next, *prev;
 	





More information about the Bf-blender-cvs mailing list