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/source
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-10-08 21:15:49 +0400
committerThomas Dinges <blender@dingto.org>2013-10-08 21:15:49 +0400
commit0973270fbf43c8ab85423a0dd0dcab39d434e644 (patch)
tree92d8060b9e3e1c21726a1f5965d350658f08e062 /source
parente6ce07a5d47bcaabceb10e164b7acaf2c55072fe (diff)
* Code cleanup, comments in readfile.c.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 8dc9622393c..077b476c408 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9709,7 +9709,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
}
if (!MAIN_VERSION_ATLEAST(main, 269, 1)) {
- /* Removal of Cycles SSS Compatible fallof */
+ /* Removal of Cycles SSS Compatible falloff */
FOREACH_NODETREE(main, ntree, id) {
if (ntree->type == NTREE_SHADER) {
bNode *node;
@@ -9727,7 +9727,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
/* WATCH IT!!!: pointers from libdata have not been converted yet here! */
/* WATCH IT 2!: Userdef struct init see do_versions_userdef() above! */
- /* don't forget to set version number in blender.c! */
+ /* don't forget to set version number in BKE_blender.h! */
}
#if 0 // XXX: disabled for now... we still don't have this in the right place in the loading code for it to work