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:
authorCampbell Barton <ideasman42@gmail.com>2015-04-08 00:35:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-08 02:55:02 +0300
commita2ea4ce70da8562ec2671070eccf46b5bee1f66c (patch)
treec755f340f4960f9babbca6f643d47ed5948cf56b /source/blender/imbuf/intern/thumbs.c
parenta57b898d1760ade693983d1fd080399ab5e3367f (diff)
Cleanup: IMB/thumb naming
Diffstat (limited to 'source/blender/imbuf/intern/thumbs.c')
-rw-r--r--source/blender/imbuf/intern/thumbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index 21f440a8232..e88cbef206a 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -335,7 +335,7 @@ ImBuf *IMB_thumb_create(const char *path, ThumbSize size, ThumbSource source, Im
/* only load if we didnt give an image */
if (img == NULL) {
if (THB_SOURCE_BLEND == source) {
- img = IMB_loadblend_thumb(path);
+ img = IMB_thumb_load_blend(path);
}
else {
img = IMB_loadiffname(path, IB_rect | IB_metadata | IB_thumbnail, NULL);