You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now you can paste your image to the Video Sequence Editor as an image strip by Ctrl+Shift+Alt+V or from Context Menu|Paste from Clipboard, thanks to @tin2tin (#16).
Redesigned preferences UI with an option to change the name of the default folder and another option to force the add-on to use a different folder for your temporary images (#14, 2a99d8c by @thanhph111).
Changes
The add-on now stores the pasted images in a temporary folder by default, they will be deleted after Blender is closed, but from the time you save your session, they will be saved under the ImagePaste folder (that you can change its name) in the same directory as the .blend file (#14 by @thanhph111).
All operators now only run if they are exactly in their context so you never have to worry about annoying errors when running an operator in a wrong editor (c4aecdb by @thanhph111).
We also want to thank @williamchange for helping us to implement new code architecture on macOS (#15).
Fix
Fix an issue make Linux clipboard cannot copy an JPG image (or other types except PNG) (dd9c494 by @thanhph111).