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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-07 21:13:32 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-07 21:13:32 +0400
commitdca15b215d994c7bafe9398493a9db1b4df00246 (patch)
tree545d3e588adac563250356f17bf3989b5e2bd840 /source/blender/python
parent5ef9039b7e2ea16bd4b651aab21d5aa690485569 (diff)
parent69ad40f9ea81ddf5cd0d83dc21cc7f66a8008765 (diff)
Cycles: svn merge -r41613:41627 ^/trunk/blender
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/intern/bpy_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_interface.c b/source/blender/python/intern/bpy_interface.c
index de2433c8766..7dee2ce6fb4 100644
--- a/source/blender/python/intern/bpy_interface.c
+++ b/source/blender/python/intern/bpy_interface.c
@@ -187,7 +187,7 @@ static struct _inittab bpy_internal_modules[]= {
{(char *)"aud", AUD_initPython},
#endif
#ifdef WITH_CYCLES
- {(char *)"libcycles_blender", CYCLES_initPython},
+ {(char *)"bcycles", CYCLES_initPython},
#endif
{(char *)"gpu", GPU_initPython},
{NULL, NULL}