0

I've a few python scripts that I have used before and worked. but they do not work anymore.

at this moment when I try to run any previous working script i get a message: Python script failed, check the message in the system console.

However, i do not see anything in the console. I am clueless as to why it does not work

Can somebody point me to what change is needed to make it work again?

user74341
  • 27
  • 6

1 Answers1

2

To see the error message, you should open the system console, not the Blender's one. In Windows, you can open it from menu (Window → Toggle System Console):

enter image description here

then run the script again

Crantisz
  • 35,244
  • 2
  • 37
  • 89