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>2005-05-25 20:19:00 +0400
committerTon Roosendaal <ton@blender.org>2005-05-25 20:19:00 +0400
commit6969c118de953db52656c5bf61b57ffaf282b352 (patch)
tree71b17ad59b41b82f9b9a5b30c9955b541b627cda /source/blender/src/toets.c
parent2a1fe1b0cbbb45cbec7d9864ad79b1b321880da0 (diff)
Removed unused rect_float variable from imbuf structure. Was added for the
openEXR testing only. It broke sequence plugins... Note: adding variables in end of Imbuf struct at least doesn't crash old sequence plugins immediately. :)
Diffstat (limited to 'source/blender/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 99abb1db468..72bfe0e1ee7 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -174,7 +174,7 @@ void schrijfplaatje(char *name)
if(ibuf) {
ibuf->rect= (unsigned int *) R.rectot;
- ibuf->rect_float = R.rectftot;
+// ibuf->rect_float = R.rectftot;
if(R.r.planes == 8) IMB_cspace(ibuf, rgb_to_bw);