Skip to content

Commit c65eb0e

Browse files
author
southrop
committed
Updated to v0.4
1 parent 6db0d9b commit c65eb0e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v0.4
2+
* [FIX] Progress window actually gets destroyed if there are no bookmarks (it would not get destroyed or be closeable in v0.3)
3+
14
v0.3
25
* [FIX] Macro now correctly saves images from all open tabs (broken in v0.2)
36
* [FEATURE] Progress bar is now displayed for creating images

ExRelease Export.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ExRelease Export v0.3
1+
# ExRelease Export v0.4
22
# Author: Southrop
33
# This macro is designed to be used with AVS scripts generated by ExRelease for quick and easy exporting of bookmarked frames.
44

@@ -34,6 +34,7 @@
3434
frames = sorted(filter(lambda x: x < frame_count, set(bookmarks))),
3535
else:
3636
avsp.MsgBox('There are no bookmarks set.', 'Error')
37+
avsp.SafeCall(progress.Destroy)
3738
return
3839

3940
# Save the images

0 commit comments

Comments
 (0)