We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GUI becomes unresponsive and I don't see the node color change to the "computing" color while it's executing.
Maybe I am creating my nodes wrong.
The text was updated successfully, but these errors were encountered:
I was able to solve the issue by creating my own worker thread instead of using the main thread which is what the QT GUI uses.
But the underlying issue I believe still exists in the baseline repo.
Sorry, something went wrong.
No branches or pull requests
The GUI becomes unresponsive and I don't see the node color change to the "computing" color while it's executing.
Maybe I am creating my nodes wrong.
The text was updated successfully, but these errors were encountered: