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>2012-03-03 15:45:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-03 15:45:08 +0400
commit9d49fa0e6373d78c794e8472ed3f527392dfabcd (patch)
treefdbbdad43aa2c0ed8983721351b26f94e06e7c78 /source/creator
parent1f928833f3677fa47a10099205c9f7ffa9adfadb (diff)
style cleanup - spelling corrections & update some incorrect comments.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 0b67dfabf16..c047111f604 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1236,10 +1236,8 @@ int main(int argc, const char **argv)
/**
* NOTE: the U.pythondir string is NULL until WM_init() is executed,
* so we provide the BPY_ function below to append the user defined
- * pythondir to Python's sys.path at this point. Simply putting
- * WM_init() before BPY_python_start() crashes Blender at startup.
- * Update: now this function also inits the bpymenus, which also depend
- * on U.pythondir.
+ * python-dir to Python's sys.path at this point. Simply putting
+ * WM_init() before #BPY_python_start() crashes Blender at startup.
*/
// TODO - U.pythondir