[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50065] branches/soc-2012-swiss_cheese/ source/blender/editors/space_view3d: Added file view3d_composite. c to be the home of a small API needed to do complex GPUaspectfuncs that involve combining multiple layers .

Jason Wilkins Jason.A.Wilkins at gmail.com
Tue Aug 21 08:08:18 CEST 2012


Revision: 50065
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50065
Author:   jwilkins
Date:     2012-08-21 06:08:17 +0000 (Tue, 21 Aug 2012)
Log Message:
-----------
Added file view3d_composite.c to be the home of a small API needed to do complex GPUaspectfuncs that involve combining multiple layers.

The file is empty right now, but I wanted to include it before doing a merge in preparation for submitting the patch for the end of GSoC.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/CMakeLists.txt

Added Paths:
-----------
    branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/view3d_composite.c

Modified: branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/CMakeLists.txt
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/CMakeLists.txt	2012-08-20 23:06:17 UTC (rev 50064)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/CMakeLists.txt	2012-08-21 06:08:17 UTC (rev 50065)
@@ -48,6 +48,7 @@
 	drawvolume.c
 	space_view3d.c
 	view3d_buttons.c
+    view3d_composite.c
 	view3d_draw.c
 	view3d_edit.c
 	view3d_fly.c

Added: branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/view3d_composite.c
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/view3d_composite.c	                        (rev 0)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/view3d_composite.c	2012-08-21 06:08:17 UTC (rev 50065)
@@ -0,0 +1,28 @@
+/*
+ * ***** 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * The Original Code is Copyright (C) 2012 Blender Foundation.
+ * All rights reserved.
+ * 
+ * Contributor(s): Jason Wilkins
+ *
+ * ***** END GPL LICENSE BLOCK *****
+ */
+
+/** \file blender/editors/space_view3d/view3d_composite.c
+ *  \ingroup spview3d
+ */


Property changes on: branches/soc-2012-swiss_cheese/source/blender/editors/space_view3d/view3d_composite.c
___________________________________________________________________
Added: svn:eol-style
   + native




More information about the Bf-blender-cvs mailing list