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
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-07 15:22:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-07 15:22:54 +0400
commiteb495b2a8a331e74bdcedd9c0d5415b4c20a136d (patch)
tree5c60a0dfc2bef7fbb3f16118ac3e9817b2c36b22 /doc
parent7b7ba9ba07f35f5b79f2968ea7ad6ec5e3db9016 (diff)
use lowercase name for freestyle module (as with all other blender modules).
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 72e92e5855f..19f45f1bc68 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -262,7 +262,7 @@ else:
"mathutils",
"mathutils.geometry",
"mathutils.noise",
- "Freestyle",
+ "freestyle",
]
# ------
@@ -1555,7 +1555,7 @@ def write_rst_contents(basepath):
# mathutils
"mathutils", "mathutils.geometry", "mathutils.noise",
# misc
- "Freestyle", "bgl", "blf", "gpu", "aud", "bpy_extras",
+ "freestyle", "bgl", "blf", "gpu", "aud", "bpy_extras",
# bmesh, submodules are in own page
"bmesh",
)
@@ -1703,7 +1703,7 @@ def write_rst_importable_modules(basepath):
"mathutils" : "Math Types & Utilities",
"mathutils.geometry": "Geometry Utilities",
"mathutils.noise" : "Noise Utilities",
- "Freestyle" : "Freestyle Data Types & Operators",
+ "freestyle" : "Freestyle Data Types & Operators",
}
for mod_name, mod_descr in importable_modules.items():
if mod_name not in EXCLUDE_MODULES: