Blender Git Loki
Git Commits -> Revision b74f2c7
Revision b74f2c7 by Campbell Barton (master) October 19, 2021, 01:50 (GMT) |
Fix image cache margin calculation This margin was inconsistently calculated: only taking the visible region and interface scale into account in some cases. |
Commit Details:
Full Hash: b74f2c7d74dc18ab9afa105a2cfe547fabb42d57
Parent Commit: a345770
Lines Changed: +26, -20
6 Modified Paths:
/source/blender/editors/include/ED_image.h (+6, -3) (Diff)
/source/blender/editors/space_image/image_draw.c (+12, -1) (Diff)
/source/blender/editors/space_image/image_edit.c (+2, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -7) (Diff)
/source/blender/editors/util/ed_util_imbuf.c (+1, -2) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+3, -5) (Diff)
/source/blender/editors/space_image/image_draw.c (+12, -1) (Diff)
/source/blender/editors/space_image/image_edit.c (+2, -2) (Diff)
/source/blender/editors/space_image/image_ops.c (+2, -7) (Diff)
/source/blender/editors/util/ed_util_imbuf.c (+1, -2) (Diff)
/source/blender/editors/uvedit/uvedit_ops.c (+3, -5) (Diff)