PyAPI Docs: Add 'gpu.state' module

Also exclude `gpu.shader` from quick tests.
This commit is contained in:
Germano Cavalcante 2021-02-25 09:16:48 -03:00
parent 59c1029e20
commit cccdd6626d

View File

@ -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",