Skip to content

Instantly share code, notes, and snippets.

View EugeneDudavkin's full-sized avatar

EugeneDudavkin

View GitHub Profile
@EugeneDudavkin
EugeneDudavkin / log.py
Last active December 10, 2023 09:31 — forked from tamask/log.py
Route system output (stdout/stderr) of Blender to the app console (put in scripts/startup) (to work in 3.6+ as addon)
# Add-on info
bl_info = {
"name": "Enhancing the console",
"author": "Tamask",
"version": (0, 0, 1),
"blender": (2, 83, 0),
"location": "Python Console",
"description": "Print logs in python console.",
"doc_url": "https://gist.github.com/tamask/0593436d044bfedb21081e3d2d802833#file-log-py",
"tracker_url": "",