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>2013-04-07 15:22:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-07 15:22:54 +0400
commiteb495b2a8a331e74bdcedd9c0d5415b4c20a136d (patch)
tree5c60a0dfc2bef7fbb3f16118ac3e9817b2c36b22 /source/blender/freestyle
parent7b7ba9ba07f35f5b79f2968ea7ad6ec5e3db9016 (diff)
use lowercase name for freestyle module (as with all other blender modules).
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/intern/python/BPy_Freestyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
index ee932c31d3c..680f399cc77 100644
--- a/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
+++ b/source/blender/freestyle/intern/python/BPy_Freestyle.cpp
@@ -482,7 +482,7 @@ static PyMethodDef module_functions[] = {
static PyModuleDef module_definition = {
PyModuleDef_HEAD_INIT,
- "Freestyle",
+ "freestyle",
module_docstring,
-1,
module_functions