From 177cffc1710f8e5d4660ee29271a89865d56cfbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 30 May 2010 19:21:28 +0000 Subject: blend file thumbnails - fix for blend file thumbnails not being immediately visible in an external file manager (was writing the thumb before the blend) - move overlay function from wm_files.c into thumbs_blend.c --- source/blender/imbuf/IMB_thumbs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/imbuf/IMB_thumbs.h') diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h index ecb0ba8abd1..68aa3c64299 100644 --- a/source/blender/imbuf/IMB_thumbs.h +++ b/source/blender/imbuf/IMB_thumbs.h @@ -73,6 +73,8 @@ void IMB_thumb_makedirs(); /* special function for loading a thumbnail embedded into a blend file */ ImBuf *IMB_loadblend_thumb(const char *path); +void IMB_overlayblend_thumb(int *thumb, int width, int height, float aspect); + #endif /* _IMB_THUMBS_H */ -- cgit v1.2.3