Suggestion: add debug output for invalid script input #4134
NotSoRandomOne
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was making up a script to center the screen and wasted more time than I care to admit because I didn't realize the input wasn't valid. All that happened is the entire screen went black, and zooming in/out, moving via the mouse didn't make any difference. Was able to snap out of it by searching for something/anything (the user interface (Ctrl-T) was still available).
The following is the invalid script:
The brackets in the first V3d constructor are invalid. Removing them fixes the problem.
After figuring that out, I was very happy! Thank you for this great tool!
Beta Was this translation helpful? Give feedback.
All reactions