I’m trying to code an add-on to better display console errors (game engine errors, for example), but I need to get the Blender stdout into a string. How can I do this?
Already tried to change the sys.stdout and some other stuff that I found on google. No success.