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

Fix for 3.1 on Intel Macs #30

Closed williamchange closed 2 years ago

williamchange commented 2 years ago

The addon is unsable on an Intel Mac (as reported by Jelleeey#0807 on @Yeetus3141 's Discord Server): image

This can be fixed by just including the relevant pasteboard module for python 3.10 (I did this by simply copying and renaming the 3.9 module), and can confirm this works for my Intel Mac: image

unknown

williamchange commented 2 years ago

Here's the M1 version which fixes the same issue using the same method as above(tested on M1, 3.1.2) ImagePaste_1.8.0_M1.zip