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>2004-11-25 15:02:47 +0300
committerTon Roosendaal <ton@blender.org>2004-11-25 15:02:47 +0300
commitb16a1c5ad266bc9f981673b59ced2b20b9a54495 (patch)
tree7232e92400e21de31297e4cb3f3abb28c2cfb117 /source/blender/src/screendump.c
parenta9d6a57745365a39bb42c98364c0c92b3672c891 (diff)
Bug fix #1844
Joining Meshes, with the active Mesh having no vertexgroups, and other Meshes having them didn't work.
Diffstat (limited to 'source/blender/src/screendump.c')
-rw-r--r--source/blender/src/screendump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/screendump.c b/source/blender/src/screendump.c
index 0cb032620ed..114be17afa3 100644
--- a/source/blender/src/screendump.c
+++ b/source/blender/src/screendump.c
@@ -99,7 +99,6 @@ void write_screendump(char *name)
}
else ibuf->ftype= TGA;
- IMB_gamwarp(ibuf, 1.0+G.rt/100.0);
if(G.scene->r.planes == 8) IMB_cspace(ibuf, rgb_to_bw);
IMB_saveiff(ibuf, name, IB_rect);