Console Roamer (Blender addon)

Welcome to Console Roamer Discussion!

(formerly known as “Console Roamer Pro”)

Also:
Console Roamer - Blender Market

Whoever tried Python coding in Blender, understand the importance of a better console. During coding, you have to switch between Blender main window and System Console window back and forth again and again. You often feel exhausted before code tweaking get satisfied result.

Console Roamer is basically a console router that route (redirect) messages from System Console to Python Console. Both low level stdout/stderr and high level print function are supported by the addon. So you can do Python coding and testing in a single window, just like in a common IDE (Integrated Development Environment). A lot of trouble is avoided without switching between windows.

====


Console Roamer run in “Sync” mode. Same output appear on all console space.

3 Likes

Console Roamer Pro run in “Pin” mode. Output appear on single active console space.

This looks cool, good work :slight_smile:
Added #commercial tag

You are very kind.