[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22779] branches/blender2.5/blender/source /blender: SVN maintenance.

gsr b3d gsr.b3d at infernal-iceberg.com
Tue Aug 25 22:23:42 CEST 2009


Revision: 22779
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22779
Author:   gsrb3d
Date:     2009-08-25 22:23:42 +0200 (Tue, 25 Aug 2009)

Log Message:
-----------
SVN maintenance.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h
    branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h
    branches/blender2.5/blender/source/blender/render/intern/include/volumetric.h
    branches/blender2.5/blender/source/blender/render/intern/include/voxeldata.h
    branches/blender2.5/blender/source/blender/render/intern/source/pointdensity.c

Property Changed:
----------------
    branches/blender2.5/blender/source/blender/blenlib/BLI_voxel.h
    branches/blender2.5/blender/source/blender/blenlib/intern/voxel.c
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_animation_api.c
    branches/blender2.5/blender/source/blender/makesrna/intern/rna_scene_api.c
    branches/blender2.5/blender/source/blender/python/intern/bpy_array.c
    branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h
    branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h
    branches/blender2.5/blender/source/blender/render/intern/include/volumetric.h
    branches/blender2.5/blender/source/blender/render/intern/include/voxeldata.h
    branches/blender2.5/blender/source/blender/render/intern/source/pointdensity.c
    branches/blender2.5/blender/source/blender/render/intern/source/volume_precache.c
    branches/blender2.5/blender/source/blender/render/intern/source/volumetric.c
    branches/blender2.5/blender/source/blender/render/intern/source/voxeldata.c


Property changes on: branches/blender2.5/blender/source/blender/blenlib/BLI_voxel.h
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native


Property changes on: branches/blender2.5/blender/source/blender/blenlib/intern/voxel.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native


Property changes on: branches/blender2.5/blender/source/blender/makesrna/intern/rna_animation_api.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision


Property changes on: branches/blender2.5/blender/source/blender/makesrna/intern/rna_scene_api.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision


Property changes on: branches/blender2.5/blender/source/blender/python/intern/bpy_array.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Modified: branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h
===================================================================
--- branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h	2009-08-25 20:22:40 UTC (rev 22778)
+++ branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h	2009-08-25 20:23:42 UTC (rev 22779)
@@ -1,44 +1,44 @@
-/*
- *
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- *
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): Matt Ebb
- *
- * ***** END GPL LICENSE BLOCK *****
- */
-
-#ifndef POINTDENSITY_H
-#define POINTDENSITY_H 
-
-/**
- * Make point density kd-trees for all point density textures in the scene
- */
-
-struct Render;
-struct TexResult;
-
-void make_pointdensities(struct Render *re);
-void free_pointdensities(struct Render *re);
-int pointdensitytex(struct Tex *tex, float *texvec, struct TexResult *texres);
-
-#endif /* POINTDENSITY_H */
-
+/*
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Matt Ebb
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef POINTDENSITY_H
+#define POINTDENSITY_H 
+
+/**
+ * Make point density kd-trees for all point density textures in the scene
+ */
+
+struct Render;
+struct TexResult;
+
+void make_pointdensities(struct Render *re);
+void free_pointdensities(struct Render *re);
+int pointdensitytex(struct Tex *tex, float *texvec, struct TexResult *texres);
+
+#endif /* POINTDENSITY_H */
+


Property changes on: branches/blender2.5/blender/source/blender/render/intern/include/pointdensity.h
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Modified: branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h
===================================================================
--- branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h	2009-08-25 20:22:40 UTC (rev 22778)
+++ branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h	2009-08-25 20:23:42 UTC (rev 22779)
@@ -1,34 +1,34 @@
-/**
- *
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- *
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): Matt Ebb.
- *
- * ***** END GPL LICENSE BLOCK *****
- */
- 
-void volume_precache(Render *re);
-void free_volume_precache(Render *re);
-int point_inside_volume_objectinstance(ObjectInstanceRen *obi, float *co);
-int using_lightcache(Material *ma);
-
+/**
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
+ * All rights reserved.
+ *
+ * The Original Code is: all of this file.
+ *
+ * Contributor(s): Matt Ebb.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+ 
+void volume_precache(Render *re);
+void free_volume_precache(Render *re);
+int point_inside_volume_objectinstance(ObjectInstanceRen *obi, float *co);
+int using_lightcache(Material *ma);
+
 #define VOL_MS_TIMESTEP	0.1f
\ No newline at end of file


Property changes on: branches/blender2.5/blender/source/blender/render/intern/include/volume_precache.h
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Modified: branches/blender2.5/blender/source/blender/render/intern/include/volumetric.h
===================================================================
--- branches/blender2.5/blender/source/blender/render/intern/include/volumetric.h	2009-08-25 20:22:40 UTC (rev 22778)
+++ branches/blender2.5/blender/source/blender/render/intern/include/volumetric.h	2009-08-25 20:23:42 UTC (rev 22779)
@@ -1,47 +1,47 @@
-/**
- *
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- *
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): Matt Ebb.
- *
- * ***** END GPL LICENSE BLOCK *****
- */
-
-float vol_get_stepsize(struct ShadeInput *shi, int context);
-float vol_get_density(struct ShadeInput *shi, float *co);
-void vol_get_scattering(ShadeInput *shi, float *scatter_col, float *co, float stepsize, float density);
-
-void shade_volume_outside(ShadeInput *shi, ShadeResult *shr);
-void shade_volume_inside(ShadeInput *shi, ShadeResult *shr);
-void shade_volume_shadow(struct ShadeInput *shi, struct ShadeResult *shr, struct Isect *last_is);
-
-#define STEPSIZE_VIEW	0
-#define STEPSIZE_SHADE	1
-
-#define VOL_IS_BACKFACE			1
-#define VOL_IS_SAMEMATERIAL		2
-
-#define VOL_BOUNDS_DEPTH	0
-#define VOL_BOUNDS_SS		1
-
-#define VOL_SHADE_OUTSIDE	0
+/**
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list