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
When sending code that creates a modal window, Nuke freezes completely.
To Reproduce
user = nuke.Panel('my panel') user.addEnumerationPulldown('chooser', 'one two three') user.show()
NukeServerSocket: 0.4.0 PySide2: 5.12.2 PySide2.QtCore: 5.12.2 Machine: macOS 10.15 Branch: 0.4.0 Python: 3.7.7
The text was updated successfully, but these errors were encountered:
This is a Nuke problem since the freeze can be replicated inside the script editor when calling the nuke.executeInMainThread function.
nuke.executeInMainThread
def foo(): user = nuke.Panel('my panel') user.addEnumerationPulldown('chooser', 'one two three') user.show() nuke.executeInMainThread(foo)
With NukeServerSocket 0.4.1, switching the Code Execution Engine in the settings tab to Script Editor will not create any freeze.
0.4.1
Sorry, something went wrong.
sisoe24
Successfully merging a pull request may close this issue.
When sending code that creates a modal window, Nuke freezes completely.
To Reproduce
NukeServerSocket: 0.4.0
PySide2: 5.12.2
PySide2.QtCore: 5.12.2
Machine: macOS 10.15
Branch: 0.4.0
Python: 3.7.7
The text was updated successfully, but these errors were encountered: