
This might be old, but it would help, I just started coding python, and had no result in the terminal window in mac osX, and found this from tron_thomas.
...I can get output to show up in the command line terminal if I dig down into the application bundle. For example. Assming I'm in the directory where the file blender.app is located, I can type:
./blender.app/Contents/MacOS/blender &
This will launch Blender and then output from python will print to the terminal that launched the program.
I've also discovered that output from Blender will show up in the Console application when launched normally. However that output doesn't appear until blender shuts down. It's like the output buffer doesn't get flushed until the application terminates.
No comments:
Post a Comment