[Bf-blender-cvs] [6ab3349bd44] blender-v3.0-release: Documentation: Remove deprecated glColor* from bgl module.

Jeroen Bakker noreply at git.blender.org
Tue Nov 23 13:06:13 CET 2021


Commit: 6ab3349bd44e21dbbd3e0c47dfbe2fb8a2a2a032
Author: Jeroen Bakker
Date:   Tue Nov 23 13:02:20 2021 +0100
Branches: blender-v3.0-release
https://developer.blender.org/rB6ab3349bd44e21dbbd3e0c47dfbe2fb8a2a2a032

Documentation: Remove deprecated glColor* from bgl module.

glColor isn't supported but still part of the documentation. This
patch removes the glColor from the documentation.

Ref {T93315}

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

M	doc/python_api/rst/bgl.rst

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

diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index fd6366494e3..2369a422396 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -106,24 +106,6 @@ including advanced features.
       floating-point values. These values are interpreted as a plane equation.
 
 
-.. function:: glColor (red, green, blue, alpha):
-
-   B{glColor3b, glColor3d, glColor3f, glColor3i, glColor3s, glColor3ub, glColor3ui, glColor3us,
-   glColor4b, glColor4d, glColor4f, glColor4i, glColor4s, glColor4ub, glColor4ui, glColor4us,
-   glColor3bv, glColor3dv, glColor3fv, glColor3iv, glColor3sv, glColor3ubv, glColor3uiv,
-   glColor3usv, glColor4bv, glColor4dv, glColor4fv, glColor4iv, glColor4sv, glColor4ubv,
-   glColor4uiv, glColor4usv}
-
-   Set a new color.
-
-   .. seealso:: `OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glColor.xhtml>`__
-
-   :type red, green, blue, alpha: Depends on function prototype.
-   :arg red, green, blue: Specify new red, green, and blue values for the current color.
-   :arg alpha: Specifies a new alpha value for the current color. Included only in the
-      four-argument glColor4 commands. (With '4' colors only)
-
-
 .. function:: glColorMask(red, green, blue, alpha):
 
    Enable and disable writing of frame buffer color components



More information about the Bf-blender-cvs mailing list