This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/doc/python_api/examples
Germano Cavalcante 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
..
2015-09-08 19:42:58 +10:00
2018-06-26 19:58:56 +02:00
2016-02-15 19:43:08 +11:00
2012-06-19 22:17:19 +00:00
2015-09-08 19:42:58 +10:00
2015-09-08 19:42:58 +10:00
2016-02-15 19:43:08 +11:00
2015-09-08 19:42:58 +10:00
2015-09-08 19:42:58 +10:00
2015-09-08 19:42:58 +10:00
2015-09-08 19:42:58 +10:00
2014-06-25 03:04:53 +10:00
2014-02-13 08:52:12 +11:00
2016-10-25 17:34:01 +02:00