State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:532965|
Problem summary
The Workspace menu disappears when accessing its parent widget via Python.
Customer reported version
Nuke 13.2v1
Customer reported platform
Windows 10
Steps to reproduce
1) Open Nuke.
2) Open the Script Editor and execute the following code:
from PySide2 import QtWidgets for w in QtWidgets.QApplication.topLevelWidgets(): w.parentWidget() from PySide import QtGuifor w in QtGui.QApplication.topLevelWidgets(): w.parentWidget() We're sorry to hear that
Please tell us why