Skip to main content
added 645 characters in body
Source Link
susu
  • 14.4k
  • 3
  • 28
  • 49

Things have not changed from 6 years ago. The console is not a window that is part of the blender's user interface, but one that belongs to the operating system.

In widows

In widows you need toYou can enable the system console in Windowfrom blender using the top menu's Window > Toggle System ConsoleToggle System Console.

enter image description here

That will open a totally different window, with the console and all messages from python will appear there.

enter image description here


In Linux

MessagesThere is no option to open a terminal window from pythonwithin blender, the terminal window must be opened before and the blender program should appear therebe run from terminal.

enter image description here

On Mint/Cinnamon, the app launcher can be set to Launch in terminal. That way the terminal window is always available.

enter image description here

Things have not changed from 6 years ago.

In widows you need to enable the system console in Window > Toggle System Console.

enter image description here

That will open a totally different window.

enter image description here

Messages from python should appear there.

Things have not changed from 6 years ago. The console is not a window that is part of the blender's user interface, but one that belongs to the operating system.

In widows

You can enable the system console from blender using the top menu's Window > Toggle System Console.

enter image description here

That will open a totally different window, with the console and all messages from python will appear there.

enter image description here


In Linux

There is no option to open a terminal window from within blender, the terminal window must be opened before and the blender program should be run from terminal.

enter image description here

On Mint/Cinnamon, the app launcher can be set to Launch in terminal. That way the terminal window is always available.

enter image description here

Source Link
susu
  • 14.4k
  • 3
  • 28
  • 49

Things have not changed from 6 years ago.

In widows you need to enable the system console in Window > Toggle System Console.

enter image description here

That will open a totally different window.

enter image description here

Messages from python should appear there.