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:
authorJacques Lucke <mail@jlucke.com>2018-10-22 15:55:18 +0300
committerJacques Lucke <mail@jlucke.com>2018-10-22 15:55:18 +0300
commitc49142dafef614102ae6b1e01ffb9111ddde03d2 (patch)
tree1a2390ce07138c9bf93a9c1638437fc544e5c10f /source/blender/python/generic/blf_py_api.c
parent0f4064c66ff87fa84577f0522e2f3baf030be71f (diff)
API Docs: remove 'level' from blf.color arguments
Reviewers: brecht Differential Revision: https://developer.blender.org/D3819
Diffstat (limited to 'source/blender/python/generic/blf_py_api.c')
-rw-r--r--source/blender/python/generic/blf_py_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/generic/blf_py_api.c b/source/blender/python/generic/blf_py_api.c
index 71812466477..7337706639f 100644
--- a/source/blender/python/generic/blf_py_api.c
+++ b/source/blender/python/generic/blf_py_api.c
@@ -115,7 +115,7 @@ static PyObject *py_blf_aspect(PyObject *UNUSED(self), PyObject *args)
PyDoc_STRVAR(py_blf_color_doc,
-".. function:: color(fontid, level, r, g, b, a)\n"
+".. function:: color(fontid, r, g, b, a)\n"
"\n"
" Set the color for drawing text.\n"
"\n"