We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554fd03 commit eb30836Copy full SHA for eb30836
contrib/create_thumbnails.lua
@@ -48,7 +48,8 @@ dt.gui.libs.image.register_action(
48
49
for i, image in pairs(images) do
50
-- generate all thumbnails, a max value of 8 means that also a full size preview image is created
51
- image:generate_cache(true, 0, 8)
+ -- check if the mipmap cache directories exist only once
52
+ image:generate_cache(i == 1, 0, 8)
53
54
-- update progress_bar
55
job.percent = i / #images
0 commit comments