[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19834] branches/sim_physics/source: sim_physics: 3rd attempt to really commit all stuff

Daniel Genrich daniel.genrich at gmx.net
Tue Apr 21 11:09:08 CEST 2009


Revision: 19834
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19834
Author:   genscher
Date:     2009-04-21 11:09:08 +0200 (Tue, 21 Apr 2009)

Log Message:
-----------
sim_physics: 3rd attempt to really commit all stuff

Modified Paths:
--------------
    branches/sim_physics/source/blender/blenkernel/BKE_multires.h
    branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h
    branches/sim_physics/source/blender/blenkernel/intern/multires.c
    branches/sim_physics/source/blender/blenkernel/intern/verse_method.c
    branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h
    branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Color.h
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Common.h
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Image.h
    branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp
    branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h
    branches/sim_physics/source/blender/include/BIF_meshlaplacian.h
    branches/sim_physics/source/blender/render/extern/include/RE_raytrace.h
    branches/sim_physics/source/blender/render/intern/include/occlusion.h
    branches/sim_physics/source/blender/render/intern/include/strand.h
    branches/sim_physics/source/blender/render/intern/source/occlusion.c
    branches/sim_physics/source/blender/render/intern/source/strand.c
    branches/sim_physics/source/blender/src/meshlaplacian.c
    branches/sim_physics/source/blender/src/sculptmode-stroke.c
    branches/sim_physics/source/gameengine/GamePlayer/xembed/blenderplayer-wrapper.c

Modified: branches/sim_physics/source/blender/blenkernel/BKE_multires.h
===================================================================
--- branches/sim_physics/source/blender/blenkernel/BKE_multires.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenkernel/BKE_multires.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $Id: BKE_multires.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h
===================================================================
--- branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenkernel/BKE_sculpt.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $Id: BKE_sculpt.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/blenkernel/intern/multires.c
===================================================================
--- branches/sim_physics/source/blender/blenkernel/intern/multires.c	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenkernel/intern/multires.c	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /*
- * $Id$
+ * $Id: multires.c 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/blenkernel/intern/verse_method.c
===================================================================
--- branches/sim_physics/source/blender/blenkernel/intern/verse_method.c	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenkernel/intern/verse_method.c	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: verse_method.c 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h
===================================================================
--- branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenlib/BLI_kdopbvh.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,6 +1,6 @@
 /**
  *
- * $Id$
+ * $Id: BLI_kdopbvh.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c
===================================================================
--- branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/blenlib/intern/BLI_kdtree.c	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: BLI_kdtree.c 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: BlockDXT.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/BlockDXT.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: BlockDXT.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Color.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Color.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Color.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Color.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: ColorBlock.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/ColorBlock.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: ColorBlock.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Common.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Common.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Common.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Common.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: DirectDrawSurface.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/DirectDrawSurface.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: DirectDrawSurface.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Image.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Image.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Image.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Image.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Image.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Image.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/PixelFormat.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: PixelFormat.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Stream.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Stream.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/Stream.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: Stream.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.cpp	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: dds_api.cpp 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h
===================================================================
--- branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h	2009-04-21 08:49:06 UTC (rev 19833)
+++ branches/sim_physics/source/blender/imbuf/intern/dds/dds_api.h	2009-04-21 09:09:08 UTC (rev 19834)
@@ -1,5 +1,5 @@
 /**
- * $Id$
+ * $Id: dds_api.h 19805 2009-04-20 00:19:16Z genscher $
  *
  * ***** BEGIN GPL LICENSE BLOCK *****
  *

Modified: branches/sim_physics/source/blender/include/BIF_meshlaplacian.h
===================================================================

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list