Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlysse Martin <youle>2019-10-07 20:38:11 +0300
committermano-wii <germano.costa@ig.com.br>2019-10-07 20:39:27 +0300
commite284654fbf87782f74edce5732cae8ef6f2234e3 (patch)
treeed199fa9d53e89f723ea083b229a50f8c557b5b6 /source/blender/python/gpu
parente5858cc5bee6991c63750e0dd507cfb99d58eb5e (diff)
Fix T70537: Documentation: bpygpu_offscreen_draw_view3d_doc not up to date
Diffstat (limited to 'source/blender/python/gpu')
-rw-r--r--source/blender/python/gpu/gpu_py_offscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_offscreen.c b/source/blender/python/gpu/gpu_py_offscreen.c
index 70f76896898..6505e59624b 100644
--- a/source/blender/python/gpu/gpu_py_offscreen.c
+++ b/source/blender/python/gpu/gpu_py_offscreen.c
@@ -183,7 +183,7 @@ static PyObject *bpygpu_offscreen_unbind(BPyGPUOffScreen *self, PyObject *args,
PyDoc_STRVAR(
bpygpu_offscreen_draw_view3d_doc,
- ".. method:: draw_view3d(scene, view3d, region, view_matrix, projection_matrix)\n"
+ ".. method:: draw_view3d(scene, view_layer, view3d, region, view_matrix, projection_matrix)\n"
"\n"
" Draw the 3d viewport in the offscreen object.\n"
"\n"