gtg
gtg copied to clipboard
Developer console freezing when you type "help()"
When in developer console, it takes only to type:
help()
(as hinted after typing help
) to freeze the program.
That comes from the Python interpreter below the dev console. If you type Python in a terminal, and then help()
you get an interactive help system. We should look for some way to cancel out of the help system (as Blender does) or prevent the user from running help without params.