Py API Docs: show gpu_extras module

This commit is contained in:
Jacques Lucke 2018-11-07 15:45:28 +01:00
parent 7b271d5fc1
commit 9a38526be0
2 changed files with 3 additions and 2 deletions

View File

@ -1721,7 +1721,7 @@ def write_rst_contents(basepath):
standalone_modules = (
# submodules are added in parent page
"mathutils", "freestyle", "bgl", "blf", "gpu",
"mathutils", "freestyle", "bgl", "blf", "gpu", "gpu_extras",
"aud", "bpy_extras", "idprop.types", "bmesh",
)
@ -1823,6 +1823,7 @@ def write_rst_importable_modules(basepath):
"bpy.path": "Path Utilities",
"bpy.utils": "Utilities",
"bpy_extras": "Extra Utilities",
"gpu_extras": "GPU Utilities",
# C_modules
"aud": "Audio System",

View File

@ -17,7 +17,7 @@
# ***** END GPL LICENSE BLOCK *****
__all__ = (
"batch_for_shader"
"batch_for_shader",
)