Is there a way to paste a text copied to the clipboard from another app in a textfield created by Blender.Draw.String(…)? Tried Alt+V and Ctrl+V, but they don’t work.
Goran
Is there a way to paste a text copied to the clipboard from another app in a textfield created by Blender.Draw.String(…)? Tried Alt+V and Ctrl+V, but they don’t work.
Goran
no. and there is now way to do that by yourself, since you have no access to the current cursor position. all you could do is to replace the whole text by value.val = newstring, but you need to fetch the clipboard content by yourselfe (thin there are some python mods for this, not sure)
corban