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
251 stars 9 forks source link

Unable to enable in Blender 2.91.0 on Linux #1

Closed bdkramer closed 3 years ago

bdkramer commented 3 years ago

Installing to v 1.1.0 in Blender 2.91.0 on POP!_OS 20.10. When enabling the add-on, throws the following errors: Traceback (most recent call last): File "/usr/local/bin/blender-2.91.0-linux64/2.91/scripts/modules/addon_utils.py", line 351, in enable mod = __import__(module_name) File "/home/kramer/.config/blender/2.91/scripts/addons/ImagePaste/__init__.py", line 32, in <module> from .PIL import ImageGrab File "/home/kramer/.config/blender/2.91/scripts/addons/ImagePaste/PIL/ImageGrab.py", line 20, in <module> from . import Image File "/home/kramer/.config/blender/2.91/scripts/addons/ImagePaste/PIL/Image.py", line 94, in <module> from . import _imaging as core ImportError: cannot import name '_imaging' from 'ImagePaste.PIL' (/home/kramer/.config/blender/2.91/scripts/addons/ImagePaste/PIL/__init__.py) Apologies if there's required info missing, I'm not accustomed to submitting bug reports.

gitgithubb commented 3 years ago

Same on OS X 10.13.6, Blender 2.9.1-2.9.2. thanks, sounds very handy.