[Bf-blender-cvs] [e316e41f847] blender2.8: Typo on pydoc for uniform_int

Dalai Felinto noreply at git.blender.org
Thu Sep 20 21:56:18 CEST 2018


Commit: e316e41f847004f80838d0c7becaa7be80cc8711
Author: Dalai Felinto
Date:   Thu Sep 20 19:49:08 2018 +0000
Branches: blender2.8
https://developer.blender.org/rBe316e41f847004f80838d0c7becaa7be80cc8711

Typo on pydoc for uniform_int

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

M	source/blender/python/gpu/gpu_py_shader.c

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

diff --git a/source/blender/python/gpu/gpu_py_shader.c b/source/blender/python/gpu/gpu_py_shader.c
index ba0a0843393..76fe38c57e9 100644
--- a/source/blender/python/gpu/gpu_py_shader.c
+++ b/source/blender/python/gpu/gpu_py_shader.c
@@ -330,7 +330,7 @@ PyDoc_STRVAR(bpygpu_shader_uniform_int_doc,
 "\n"
 "   :param location: builtin identifier.\n"
 "   :type location: `int`\n"
-"   :param value: builtin identifier.\n"
+"   :param value: uniform value.\n"
 "   :type value: `int`\n"
 );
 static PyObject *bpygpu_shader_uniform_int(



More information about the Bf-blender-cvs mailing list