Skip to content

Instantly share code, notes, and snippets.

@Andrej730
Andrej730 / reroute_to_python_console.py
Created October 5, 2023 11:36 — forked from tin2tin/log.py
Route system output (stdout/stderr) of Blender to the app console (install as an addon)
bl_info = {
"name": "Reroute System Console Ouput to Python Console",
"author": "@tamask, @tin2tin, @Andrej730",
"version": (1, 0),
"blender": (3, 0, 0),
"location": "Python Console header",
"description": "",
"warning": "",
"category": "Development"
}