From cccdd6626db9e8a1a4c1ecfffc7eefccb4e2c68b Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 25 Feb 2021 09:16:48 -0300 Subject: [PATCH] PyAPI Docs: Add 'gpu.state' module Also exclude `gpu.shader` from quick tests. --- doc/python_api/sphinx_doc_gen.py | 3 +++ 1 file changed, 3 insertions(+) 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",