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

BUG: cannot import name '_native' from 'ImagePaste imagepaste.clipboard.darwin.pasteboard' (unknown location) #55

Closed nurb2kea closed 6 months ago

nurb2kea commented 6 months ago

Describe the bug

Screenshot 2024-03-07 at 3 18 40 am Screenshot 2024-03-07 at 3 18 57 am

Step to reproduce

Install latest version 1.8.1 on blender 4.1 Mac silicon, copy an image into macOS memory and try to paste it in blender viewport, shader editor,....

Relevant log output

No response

Expected behavior

paste the image in blender

Platform

macOS

Platform version

14.3.1

Blender version

Other

ImagePaste Version

1.8.1

williamchange commented 6 months ago

The current latest release does not include the updated clipboard module for python 3.11 (what Blender 4.1 uses) yet but you can try this zip file which includes the updated file and it should work:

imagepaste.zip

https://github.com/b-init/ImagePaste/assets/830253/71a2995e-423b-4afc-a76c-92ca943ec813

nurb2kea commented 6 months ago

Thank you very much. :-)

b-init commented 6 months ago

The updated version has been uploaded on releases page after much delay. Sorry for the inconvenience and Thanks.