[Bf-blender-cvs] [656a07e] framebuffer: Header cleanup

Campbell Barton noreply at git.blender.org
Tue Oct 20 04:54:27 CEST 2015


Commit: 656a07ef6b1987c2d12da2d2439723a3e36f6e6d
Author: Campbell Barton
Date:   Tue Oct 20 13:48:25 2015 +1100
Branches: framebuffer
https://developer.blender.org/rB656a07ef6b1987c2d12da2d2439723a3e36f6e6d

Header cleanup

===================================================================

M	source/blender/python/intern/gpu_offscreen.c

===================================================================

diff --git a/source/blender/python/intern/gpu_offscreen.c b/source/blender/python/intern/gpu_offscreen.c
index 1f3a81d..41a70f1 100644
--- a/source/blender/python/intern/gpu_offscreen.c
+++ b/source/blender/python/intern/gpu_offscreen.c
@@ -15,12 +15,7 @@
  * 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) 2015 Blender Foundation.
- * All rights reserved.
- *
- * The Original Code is: all of this file.
- *
- * Contributor(s): Dalai Felinto
+ * Copyright 2015, Blender Foundation.
  *
  * ***** END GPL LICENSE BLOCK *****
  */
@@ -29,7 +24,7 @@
  *  \ingroup pythonintern
  *
  * This file defines the offscreen functionalities of the 'gpu' module
- * used for offline rendering
+ * used for off-screen OpenGL rendering.
  */
 
 /* python redefines */




More information about the Bf-blender-cvs mailing list