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:
authorTon Roosendaal <ton@blender.org>2007-02-14 14:00:05 +0300
committerTon Roosendaal <ton@blender.org>2007-02-14 14:00:05 +0300
commit0bb0c54f4b9cbea0a0eb58a04be0ef1f88a0a47b (patch)
tree48489c93dcc50e83208dc0c7c5c7f5de5150b293 /source/blender/blenloader
parentc7a8f6cd9dd0651b369aff644422ce90bd2fc235 (diff)
Regression test fixes:
- New Softbody panel now is named "Soft Body Collision" (instead of II) Also made it start tabbed, and made Fluids panel start untabbed. - Infowindow: skip drawing buttons when width is smaller than 320 pixels.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/writefile.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 5bb99ff78b8..2d9a14a50d2 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -323,9 +323,7 @@ static int endwrite(WriteData *wd)
err= wd->error;
writedata_free(wd);
-/* blender gods may live forever but this parent pointer died in the statement above
-if(wd->current) printf("undo size %d\n", wd->current->size);
-*/
+
return err;
}