New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal error after switching the viewport to max area. #26
Comments
|
I could not reproduce this error. I found similar issue is raised in some other add-on, but I think we could not fix this from add-on level. I think this does not have any serious problem judged from below comments. For now, I will close this issue due to the problem of Blender itself and the impacts to the main feature. |
|
This seems to me to be relatively serious, it begins to print the line in a tight loop (~ 100% CPU load) until I stop the add-on. I found the same issue with jayanam/shortcut_VUr#24 |
|
Understood. Anyway, we could not handle this issue from add-on level as I said before. I think other add-ons which uses model operator such as jayanam/shortcut_VUr#24 raises this issue. |
|
Thank you for the hints! I mentioned the issue in the upstream bug report. I've found other bad side effects as well, but I can use a screencast key tool for the operating system as a workaround, so in the end it isn't a serious problem for me ;-) |
|
You can avoid this by switching the workspace back and forth. Not pretty, but at least it avoids the terminal spam: Can be done in the the op's invoke(). |
System Information
Description about the bug
After switching the viewport to max area [Ctrl + Space]
the Blender terminal output is spammed (until you disable the plugin) with
Doesn't happen if the addon is deacticated.
Screenshots/Files [Optional]

The text was updated successfully, but these errors were encountered: