When I code in Python, I always use a script that I edit iteratively and see its output in a separate window. How do I do this in Blender?
For example, I have two panels open: Text Editor and Interactive Console. I would like to write code in the Text Editor, press Alt+P, then see my output in the Interactive Console. How do I do that?
SOLUTION:
- Show the blender.app package contents
- Browse through Contents > MacOS
- Double-click the blender executable to run the Blender terminal together with the UI
- Python will output to the Blender terminal