From e284654fbf87782f74edce5732cae8ef6f2234e3 Mon Sep 17 00:00:00 2001 From: Ulysse Martin Date: Mon, 7 Oct 2019 14:38:11 -0300 Subject: Fix T70537: Documentation: bpygpu_offscreen_draw_view3d_doc not up to date --- source/blender/python/gpu/gpu_py_offscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') 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" -- cgit v1.2.3