SZK Print to Blender Console
Blender addon Programming Python
This Blender Addon sends the
print()
output to the Blender’s built-in Python console.
Print Blender Console
Blender Addon making addon development a bit easier
www.orb91.gumroad.com
The print()
function will keep sending the output to the system console, but in addition, it will also show it in the Python console for a faster and easier scripting/development 🐧.

Installation 💻
- Download the .zip file with the addon and place it wherever you like.
- In Blender, go to
Edit → Preferences
. Once there, press theAdd-ons
tab and pressInstall
button on the top-right corner:

- Select the .zip file.
- Once installed, search for “
SZK Console Print
” in the search bar, and enable the addon. - Now every
print()
call will be shown in the Blender’s Python REPL Console. 🐍
Contact 🐺✉
Twitter: @SuzukaKDev
Mail: suzukakadev@gmail.com
Print Blender Console
Blender Addon making addon development a bit easier
www.orb91.gumroad.com