Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Get The print() Output From Python Scripts In Blender Via The Command Line

You have to start blender from the command line on a mac to see the output from Python's "print()" calls.

Blender is not on the path by default. I added this to my [TODO: Code shorthand span ] file so it's in the PATH variable :

export PATH="/Applications/Blender.app/Contents/MacOS:$PATH"

That let's me open blender from the command line with :

Blender

(Not the uppercase ` B ` )

#+KEYWORDS : console, terminal