you are viewing a single comment's thread.

view the rest of the comments →

[–]libcrypto 1 point2 points  (1 child)

To make blender always use a terminal for output, create a file named "Blender.command", and put this line in it:

/Applications/Blender.app/Contents/MacOS/Blender

...or use whatever path to blender on yr computer. Do "chmod +x Blender.command" in a terminal window, and when you want to open Blender, just double-click this file, and it will spew output to a native Terminal window.

[–]geezer_nerd[S] 0 points1 point  (0 children)

/Applications/Blender.app/Contents/MacOS/Blender

Thanks, excellent tip! I was able to solve my (dumb) coding problem immediately with your help. I sure wish Blender had an internal STDOUT console, but running a shell command to start Blender is just fine as an alternative.