State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:11.2v5|BugID:362295|
Problem summary
When several nodes are created and selected pythonically using the Script Editor, if the Properties Bin is set to a maximum panel value lower that the amount of nodes created, Nuke will crash upon de-selection and re-selection of the last node.
This issue appears to only occur in the Nuke 11.2 release versions on all operating systems. Testing has shown this only applies to nodes created using the 'nuke.createNode' function.
Customer reported version
nuke.11.2v3
Customer reported platform
centos7
Steps to reproduce
1) Open a new Nuke session
2) Within the Properties Bin, limit the number of maximum panels to 1. Ensure you don't lock the panels.
3) Within the Script Editor pane, paste the following snippet.
blur1= nuke.createNode('Blur')
blur2 = nuke.createNode('Blur')
blur1['selected'].setValue(True)
Result: This will create two Blur nodes and pre-select themnuke.nodes function as appose to the nuke.createNode functionnuke.createNode('Blur', inpanel=False)We're sorry to hear that
Please tell us why