Skip to content

ImagePaste 1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 15:31
v1.6.0
ff37833

Features

  • 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).
    VSE
  • 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).
    Preferences

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).