Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2018-11-07 17:45:28 +0300
committerJacques Lucke <mail@jlucke.com>2018-11-07 17:45:28 +0300
commit9a38526be04bddd99565172165a2a49b50019e54 (patch)
tree1c232a94d9ae40824d8d0075afd827274c391ee8 /release/scripts/modules/gpu_extras
parent7b271d5fc11ada5d5dbd066f0e4523c33933ef51 (diff)
Py API Docs: show gpu_extras module
Diffstat (limited to 'release/scripts/modules/gpu_extras')
-rw-r--r--release/scripts/modules/gpu_extras/batch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/gpu_extras/batch.py b/release/scripts/modules/gpu_extras/batch.py
index 6a403a66089..2a1a4dc723c 100644
--- a/release/scripts/modules/gpu_extras/batch.py
+++ b/release/scripts/modules/gpu_extras/batch.py
@@ -17,7 +17,7 @@
# ***** END GPL LICENSE BLOCK *****
__all__ = (
- "batch_for_shader"
+ "batch_for_shader",
)