Commit: 4d83df971cf39c5e731237c71c4639e869cb6ce7
Author: Bastien Montagne
Date:   Thu Apr 30 10:26:29 2015 +0200
Branches: ui-preview-buttons
https://developer.blender.org/rB4d83df971cf39c5e731237c71c4639e869cb6ce7

Use THB_LARGE for 'user' previews too!

===================================================================

M       source/blender/blenkernel/intern/icons.c

===================================================================

diff --git a/source/blender/blenkernel/intern/icons.c 
b/source/blender/blenkernel/intern/icons.c
index 0117551..f1d4ac3 100644
--- a/source/blender/blenkernel/intern/icons.c
+++ b/source/blender/blenkernel/intern/icons.c
@@ -328,7 +328,7 @@ PreviewImage *BKE_previewimg_cached_thumbnail_get(
        }
 
        if (force_update) {
-               ImBuf *thumb = IMB_thumb_manage(path, THB_NORMAL, source);
+               ImBuf *thumb = IMB_thumb_manage(path, THB_LARGE, source);
 
                if (thumb) {
                        prv->w[ICON_SIZE_PREVIEW] = thumb->x;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to