[Bf-blender-cvs] [d50ac62] framebuffer: Remove args from class

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


Commit: d50ac6289477f3d05f7adf8f0f2fef6cffe5921a
Author: Campbell Barton
Date:   Tue Oct 20 13:21:49 2015 +1100
Branches: framebuffer
https://developer.blender.org/rBd50ac6289477f3d05f7adf8f0f2fef6cffe5921a

Remove args from class

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

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 e5348b9..cd9824f 100644
--- a/source/blender/python/intern/gpu_offscreen.c
+++ b/source/blender/python/intern/gpu_offscreen.c
@@ -287,7 +287,7 @@ static struct PyMethodDef bpy_gpu_offscreen_methods[] = {
 };
 
 PyDoc_STRVAR(py_gpu_offscreen_doc,
-".. class:: GPUOffscreen(width, height, samples)"
+".. class:: GPUOffscreen"
 "\n"
 "   This object gives access to off screen buffers.\n"
 );




More information about the Bf-blender-cvs mailing list