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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-20 22:49:08 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-20 22:49:08 +0300
commite316e41f847004f80838d0c7becaa7be80cc8711 (patch)
tree856433a934c0e2adf1ce05ca14e16acb69c1b4fa /source/blender
parentf0149bc0705051888b057f8ae423cef14c46a50e (diff)
Typo on pydoc for uniform_int
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/python/gpu/gpu_py_shader.c2
1 files changed, 1 insertions, 1 deletions
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(