b-init / ImagePaste

A simple Blender addon to grab images from your clipboard and paste as a reference image in viewport or onto the image editor.
GNU General Public License v3.0
246 stars 9 forks source link

Not working on MacM1, Blender 2.9 - 3 #3

Closed antigo333 closed 3 years ago

antigo333 commented 3 years ago

Traceback (most recent call last): File "/Applications/Blender/Blender2.92.0.app/Contents/Resources/2.92/scripts/modules/addon_utils.py", line 351, in enable mod = import(module_name) File "/Users/markosurup/Library/Application Support/Blender/2.92/scripts/addons/ImagePaste/init.py", line 35, in from .PIL import ImageGrab, Image File "/Users/markosurup/Library/Application Support/Blender/2.92/scripts/addons/ImagePaste/PIL/ImageGrab.py", line 20, in from . import Image File "/Users/markosurup/Library/Application Support/Blender/2.92/scripts/addons/ImagePaste/PIL/Image.py", line 94, in from . import _imaging as core ImportError: cannot import name '_imaging' from 'ImagePaste.PIL' (/Users/markosurup/Library/Application Support/Blender/2.92/scripts/addons/ImagePaste/PIL/init.py)

b-init commented 3 years ago

It doesn't work on MacOS.

thanhph111 commented 3 years ago

@antigo333 We've just release new version that fully supports macOS. Hope you give it a try and let us know what you think. If you encounter an error, please report it here. And if you have a question, here is a place to open a discussion. Thank you.