Skip to content

Instantly share code, notes, and snippets.

@Futzer
Futzer / reroute_to_python_console.py
Last active September 20, 2024 01:54 — forked from Andrej730/reroute_to_python_console.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"
}