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

Skip __init__.py when importing pasteboard module #9

Closed williamchange closed 3 years ago

williamchange commented 3 years ago

This will import the pasteboard module directly, skipping the previously required __init__.py files.

thanhph111 commented 3 years ago

Wow, that's what I talked about, this tweak is brilliant, I didn't know it is possible. But you tested it on both Blender 2.83 (Python 3.7) and Blender 2.93 (Python 3.9), didn't you?

williamchange commented 3 years ago

Wow, that's what I talked about, this tweak is brilliant, I didn't know it is possible. But you tested it on both Blender 2.83 (Python 3.7) and Blender 2.93 (Python 3.9), didn't you?

Yeah I tested it out, both worked out fine.

thanhph111 commented 3 years ago

Great, I'll merge it now. We're publishing a new release in the next few days, which is shipped with your macOS support. Have you planned anything for the next PR yet?

williamchange commented 3 years ago

Hmm I think I am good for now with this PR.

thanhph111 commented 3 years ago

Yeah, I think it's perfect anyway :smile:. Thank you for your contributions then.