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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-28 17:57:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-28 17:57:26 +0300
commited7f4f2e3cc19e6c90b678b87617d2a19ddc3da3 (patch)
tree9cd8cb96e8e34d5f0a9d96785a5ce028e8d5c21f /source/blender/python/doc/sphinx_doc_gen.py
parentc1cd33e166fa0b0f9419ec9d8a19d124452019d3 (diff)
make BGL and BLF modile names lowercase
Diffstat (limited to 'source/blender/python/doc/sphinx_doc_gen.py')
-rw-r--r--source/blender/python/doc/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/doc/sphinx_doc_gen.py b/source/blender/python/doc/sphinx_doc_gen.py
index f2fc58c5653..dc32c1c1399 100644
--- a/source/blender/python/doc/sphinx_doc_gen.py
+++ b/source/blender/python/doc/sphinx_doc_gen.py
@@ -333,7 +333,7 @@ def rna2sphinx(BASEPATH):
del module
import BLF as module
- pymodule2sphinx(BASEPATH, "BLF", module, "Blender Font Drawing (BLF)")
+ pymodule2sphinx(BASEPATH, "blf", module, "Blender Font Drawing (blf)")
del module
if 0: