blender/doc/python_api
mano-wii 6d04e48539 Join the python modules gpu and _gpu into one.
Maybe it's still early to set the new drawing api for python.
But joining these two modules is an initial step.

```
>>> gpu.
        matrix
        select
        types
```
```
>>> gpu.types.GPU
                 Batch(
                 OffScreen(
                 VertBuf(
                 VertFormat(
```
The creation of a new offscreen object is now done by the `GPUOffscreen.__new__` method.

Reviewers: campbellbarton, dfelinto

Reviewed By: campbellbarton, dfelinto

Tags: #bf_blender_2.8

Differential Revision: https://developer.blender.org/D3667
2018-09-05 21:15:44 -03:00
..
examples Join the python modules gpu and _gpu into one. 2018-09-05 21:15:44 -03:00
rst Join the python modules gpu and _gpu into one. 2018-09-05 21:15:44 -03:00
static PyAPI: Add HTML logo and favicon 2017-06-15 22:01:04 -04:00
requirements.txt Pydoc: Switch theme to sphinx_rtd_theme 2018-08-13 20:51:36 -04:00
rst_from_bmesh_opdefines.py Merge branch 'master' into blender2.8 2018-09-03 17:44:36 +02:00
sphinx_changelog_gen.py Spelling fixes in comments and descriptions, patch by luzpaz. 2018-09-03 16:55:01 +02:00
sphinx_doc_gen_monkeypatch.py Cleanup: pep8 2018-07-03 22:35:37 +02:00
sphinx_doc_gen.py Join the python modules gpu and _gpu into one. 2018-09-05 21:15:44 -03:00
sphinx_doc_gen.sh Merge branch 'master' into blender2.8 2018-09-03 17:44:36 +02:00
sphinx_doc_update.py PyDoc: Remove hack to rename main doc from 'contents' to 'index' 2018-08-13 20:51:33 -04:00