[Bf-blender-cvs] [cccdd6626db] master: PyAPI Docs: Add 'gpu.state' module

Germano Cavalcante noreply at git.blender.org
Thu Feb 25 13:17:36 CET 2021


Commit: cccdd6626db9e8a1a4c1ecfffc7eefccb4e2c68b
Author: Germano Cavalcante
Date:   Thu Feb 25 09:16:48 2021 -0300
Branches: master
https://developer.blender.org/rBcccdd6626db9e8a1a4c1ecfffc7eefccb4e2c68b

PyAPI Docs: Add 'gpu.state' module

Also exclude `gpu.shader` from quick tests.

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

M	doc/python_api/sphinx_doc_gen.py

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

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 9eeab6d82bc..973bc3a33e2 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -252,6 +252,8 @@ else:
         "gpu.types",
         "gpu.matrix",
         "gpu.select",
+        "gpu.shader",
+        "gpu.state",
         "gpu_extras",
         "idprop.types",
         "mathutils",
@@ -1983,6 +1985,7 @@ def write_rst_importable_modules(basepath):
         "gpu.matrix": "GPU Matrix",
         "gpu.select": "GPU Select",
         "gpu.shader": "GPU Shader",
+        "gpu.state": "GPU State",
         "bmesh": "BMesh Module",
         "bmesh.ops": "BMesh Operators",
         "bmesh.types": "BMesh Types",



More information about the Bf-blender-cvs mailing list