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>2009-04-11 14:01:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-11 14:01:49 +0400
commit963e217c2a66fa9bb77c6773776a3db2ee4cd176 (patch)
tree024843ab3d52a4975f9762af6ac28ade080645f0 /source/creator
parent59578bfad2b5ab0cd8cb384840ebf17761651851 (diff)
undo previous commit, changing running the script to importing it somehow made it crash when running the class functions. will look into this further.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index cb1fc18248f..082f2395b3f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -529,7 +529,7 @@ int main(int argc, char **argv)
*/
BPY_post_start_python();
- BPY_run_ui_scripts();
+ BPY_run_ui_scripts(C);
#endif
#ifdef WITH_QUICKTIME