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>2006-07-05 21:32:49 +0400
committerTon Roosendaal <ton@blender.org>2006-07-05 21:32:49 +0400
commitbe3c3a24b57c1f1d6c8c6fb0eb50047d10df2e1a (patch)
tree814c6d06c38ec40d43cf60f210907f965573c84d /source/blender/blenkernel/BKE_image.h
parent28f08bd1226e7279cd83bf791940ee49e806577b (diff)
Bugfix #4620
Hurmf, then you bring back old backbuffer, and they want to have fields work on that! OK... here it is. Although using Compositor features will make this much easier and advanced to control. :)
Diffstat (limited to 'source/blender/blenkernel/BKE_image.h')
-rw-r--r--source/blender/blenkernel/BKE_image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index a18489746bf..8ba0fd73cc4 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -59,7 +59,8 @@ struct anim *openanim(char * name, int flags);
void ima_ibuf_is_nul(struct Tex *tex, struct Image *ima);
void load_image(struct Image * ima, int flags, char *relabase, int framenum);
void converttopremul(struct ImBuf *ibuf);
-
+void image_de_interlace(struct Image *ima, int odd);
+
void tag_image_time(struct Image *ima);
void free_old_images(void);