API Docs: remove 'level' from blf.color arguments
Reviewers: brecht Differential Revision: https://developer.blender.org/D3819
This commit is contained in:
@@ -115,7 +115,7 @@ static PyObject *py_blf_aspect(PyObject *UNUSED(self), PyObject *args)
|
|||||||
|
|
||||||
|
|
||||||
PyDoc_STRVAR(py_blf_color_doc,
|
PyDoc_STRVAR(py_blf_color_doc,
|
||||||
".. function:: color(fontid, level, r, g, b, a)\n"
|
".. function:: color(fontid, r, g, b, a)\n"
|
||||||
"\n"
|
"\n"
|
||||||
" Set the color for drawing text.\n"
|
" Set the color for drawing text.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user