State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:353275|
Problem summary
Properties panel cannot be revealed once hidden in the same script process.
Customer reported version
nuke.10.0v4
Customer reported platform
centos7
Steps to reproduce
1) Open Nuke.
2) Open the script editor.
3) Paste and run the following code:
node = nuke.nodes.Blur()
node.showControlPanel()
Result: Panel appears as expected in the properties bin.node = nuke.nodes.Blur()
node.showControlPanel()
node.hideControlPanel()
node.showControlPanel()
ornode = nuke.createNode('Blur')
node.hideControlPanel()
node.showControlPanel()
Result: Panel is shown and hidden, then when re-shown does not appear.We're sorry to hear that
Please tell us why