[Bf-blender-cvs] [c49142dafef] blender2.8: API Docs: remove 'level' from blf.color arguments

Jacques Lucke noreply at git.blender.org
Mon Oct 22 14:56:19 CEST 2018


Commit: c49142dafef614102ae6b1e01ffb9111ddde03d2
Author: Jacques Lucke
Date:   Mon Oct 22 14:55:18 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBc49142dafef614102ae6b1e01ffb9111ddde03d2

API Docs: remove 'level' from blf.color arguments

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3819

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

M	source/blender/python/generic/blf_py_api.c

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

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"



More information about the Bf-blender-cvs mailing list