Closed b4zz4 closed 1 year ago
Where did you copy the image from? Have you tried Images copied from other sources (Web Browser, Screenshot, files)?
I copy the image of the Gimp, Krita, File and Browser I think it's a python encoding problem, it doesn't accept the Unicode
I think you are using Wayland as the default display server which hasn't been supported yet. Can you check with echo $XDG_SESSION_TYPE
from command line?
echo $XDG_SESSION_TYPE
x11
Interesting. However, it's pretty hard to reproduce for me as I'm not quite familiar with Arch. If you're interested, you could help us debug by playing with xclip
to check if all processes are working fine, because the add-on uses xclip
under the hood when it's on Linux.
Yeah, tell me what to do
Awesome, great to hear that.
Firstly, you need to start Blender from the command line to get the logs from the ImagePaste add-on. Add some print
statements to the imagepaste/process.py
file in the add-on directory (~/.config/blender/3.4/scripts/addons/ImagePaste-main
), reload scripts, and try to reproduce the bug to get the xclip
command that causes the error. Test that command using the command line to determine if the issue is on the Python side or the xclip
side.
Let me know if you get stuck.
Oh!, The problem is only in the 2D Grease Pencil animation layout
Solved!, I can't hold an object while I hit the picture. Error is a little confusing because it says they don't have a picture.
Make sense. I should have had an exception handling there. BTW, glad to hear your problem solved.
Describe the bug
Dont paste image
Step to reproduce
Paste image
Relevant log output
Expected behavior
paste image
Platform
Linux
Platform version
Blender 3.4 - Arch Linux
Blender version
Other