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:
authorNils Thuerey <nils@thuerey.de>2005-11-09 10:56:26 +0300
committerNils Thuerey <nils@thuerey.de>2005-11-09 10:56:26 +0300
commite3f681da67989ed87a270a2c07849265d44bb7da (patch)
tree0f08613c0a39187dd7dbb84df7ff45f39936c36f /source/blender/blenloader/intern/readfile.c
parent564b62901346ba0f40032616c51ac7da1c703a54 (diff)
- popup menu now aborts by default
- changed directory/prefix input (only 1 string instead of two, more similar to render output settings now) - changed reading/writing of surface files - slightly enhanced surface smoothness
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 86a5bb5d635..ab7352e4a5f 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -2400,7 +2400,7 @@ static void direct_link_object(FileData *fd, Object *ob)
}
ob->fluidsimSettings= newdataadr(fd, ob->fluidsimSettings); /* NT */
if(ob->fluidsimSettings) {
- // not much to do for now... fprintf(stderr, "FLUIDSIMT newdataadr\n");
+ // not much to do for now...
ob->fluidsimSettings->orgMesh = NULL;
}