[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14523] branches/soc-2008-unclezeiv/source /blender/render/intern: This is a test commit to check that the branch has been set up properly ( thanks Chris and Martin).

Davide Vercelli davide.vercelli at gmail.com
Wed Apr 23 02:48:31 CEST 2008


Revision: 14523
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14523
Author:   unclezeiv
Date:     2008-04-23 02:48:31 +0200 (Wed, 23 Apr 2008)

Log Message:
-----------
This is a test commit to check that the branch has been set up properly (thanks Chris and Martin).

Added Paths:
-----------
    branches/soc-2008-unclezeiv/source/blender/render/intern/include/lightcuts.h
    branches/soc-2008-unclezeiv/source/blender/render/intern/source/lightcuts.c

Added: branches/soc-2008-unclezeiv/source/blender/render/intern/include/lightcuts.h
===================================================================
--- branches/soc-2008-unclezeiv/source/blender/render/intern/include/lightcuts.h	                        (rev 0)
+++ branches/soc-2008-unclezeiv/source/blender/render/intern/include/lightcuts.h	2008-04-23 00:48:31 UTC (rev 14523)
@@ -0,0 +1,31 @@
+/**
+ * $Id: $
+ *
+ * ***** 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) 2006 Blender Foundation
+ * All rights reserved.
+ *
+ * Contributors: Davide Vercelli.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+#ifndef LIGHTCUTS_H_
+#define LIGHTCUTS_H_
+
+#endif /*LIGHTCUTS_H_*/

Added: branches/soc-2008-unclezeiv/source/blender/render/intern/source/lightcuts.c
===================================================================
--- branches/soc-2008-unclezeiv/source/blender/render/intern/source/lightcuts.c	                        (rev 0)
+++ branches/soc-2008-unclezeiv/source/blender/render/intern/source/lightcuts.c	2008-04-23 00:48:31 UTC (rev 14523)
@@ -0,0 +1,26 @@
+/**
+ * $Id: $
+ *
+ * ***** 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) 2006 Blender Foundation
+ * All rights reserved.
+ *
+ * Contributors: Davide Vercelli.
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */





More information about the Bf-blender-cvs mailing list