Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 4.47 KB

Changelog

1.6.1 (2021-08-01)

  • Fix the logic of getting the save directory.

1.6.0 (2021-07-27)

  • Now you can paste your image to the Video Sequence Editor as an image strip with a button in the context menu, thanks to @tin2tin (read more at #16).
  • 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 in the same directory as the .blend file (#14 by @thanhph111).
  • 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 by @thanhph111).
  • All operators now only run if they are in their context so you never have to worry about annoying errors (even they're now more friendly) (#14 by @thanhph111).
  • We also want to thank @williamchange for helping us to implement new code architecture on macOS.

1.5.1 (2021-06-30)

  • Fix the crash that occurred when undoing after inserting an image (#13 by @thanhph111).

1.5.0 (2021-06-22)

  • Now works on macOS (by @celestialmaze).
  • Standardized Github repository (by @thanhph111).
  • Excluded the use of Pillow module for Windows, now works natively (by @thanhph111).
  • Minor fixes and improvements.

1.4.0 (2021-06-10)

  • Now supports X11 clipboard on Linux platform, (by @thanhph111).

1.3.2 (2021-04-16)

  • Updated image naming scheme, now with timestamps, preventing overwriting of saved images.
  • Merged separate build versions of ImagePaste for Blender version below 2.93a and above into one.

1.3.1 (2021-03-14)

  • Fixed issue with the Copy to clipboard feature where it didn't work as intended for certain cases.

1.3.0 (2021-03-12)

  • Images can be pasted directly into the Node Editor as Image Texture Nodes, using Context Menu|Paste Images from Clipboard or Ctrl+Shift+V.
  • Images can now be copied to the clipboard in the Image Editor: Image|Copy To Clipboard or Ctrl+Shift+C. These images are also saved along with other images in the set directory.

1.2.0 (2021-02-06)

  • Paste images from clipboard directly as a plane onto the viewport: Ctrl+Shift+Alt+V.
  • Support images copied from file explorer in Windows.
  • Multiple images can now be pasted at the same time if multiple images are copied from the file explorer (only for Windows).
  • Fixed an issue where images were saved with the same name in the default directory even with different Blender sessions and led to different images being loaded from what was pasted.
  • Added icons for the buttons.

1.1.0 (2021-01-06)

  • Improved error management.
  • The images are now saved in the same folder as the .blend file, in a newly created subfolder. If the blend file is not saved, it uses the directory set in preferences or the default temp directory, which might raise permission errors. This feature can be toggled via add-on preferences.
  • Improved the UI in preferences.

1.0.0 (2021-01-04)

  • Initial release.