From ed7f4f2e3cc19e6c90b678b87617d2a19ddc3da3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 28 Feb 2010 14:57:26 +0000 Subject: make BGL and BLF modile names lowercase --- source/blender/python/doc/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/doc/sphinx_doc_gen.py') 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: -- cgit v1.2.3