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
path: root/doc
diff options
context:
space:
mode:
authorJeroen Bakker <j.bakker@atmind.nl>2019-07-04 10:19:48 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2019-07-04 10:19:48 +0300
commit669d50f803cd2e053d8bdab2a6b470eb956bc210 (patch)
tree0b3455488ccf95e57e0d0246a555ef2e830b54ce /doc
parentd2788510fb9c2b5a8126b5ac213c00a18727c738 (diff)
Fix T66405: Python API documentation
removed glVertex from the Python bgl api documentation as they are deprecated.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bgl.rst21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index 3410677f109..c1db4a6b3cc 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -1208,27 +1208,6 @@ offers a set of extensive examples, including advanced features.
:arg x, y, z: Specify the x, y, and z coordinates of a translation vector.
-.. function:: glVertex (x,y,z,w,v):
-
- B{glVertex2d, glVertex2f, glVertex2i, glVertex2s, glVertex3d, glVertex3f, glVertex3i,
- glVertex3s, glVertex4d, glVertex4f, glVertex4i, glVertex4s, glVertex2dv, glVertex2fv,
- glVertex2iv, glVertex2sv, glVertex3dv, glVertex3fv, glVertex3iv, glVertex3sv, glVertex4dv,
- glVertex4fv, glVertex4iv, glVertex4sv}
-
- Specify a vertex
-
- .. seealso:: `OpenGL Docs <https://www.opengl.org/sdk/docs/man2/xhtml/glVertex.xml>`__
-
- :type x, y, z, w: Depends on function prototype (z and w for '3' and '4' prototypes only)
- :arg x, y, z, w: Specify x, y, z, and w coordinates of a vertex. Not all parameters
- are present in all forms of the command.
- :type v: :class:`bgl.Buffer` object. Depends of function prototype (for 'v'
- prototypes only)
- :arg v: Specifies a pointer to an array of two, three, or four elements. The
- elements of a two-element array are x and y; of a three-element array,
- x, y, and z; and of a four-element array, x, y, z, and w.
-
-
.. function:: glViewport(x,y,width,height):
Set the viewport