Problem summary
Running knob.setVisible() on linked knobs on a Group affects the internal knob instead.
Customer reported version
Nuke 14.1v1
Customer reported platform
CentOS 7
Steps to reproduce
1) Open Nuke.
2) Create a Grade node.
3) Add the Grade node to a Group node.
4) Promote the Grade node's
blackpoint knob to the top of the Group.
5) Execute the following code in the Script Editor:
nuke.toNode("Group1").knob("blackpoint").setVisible(False)
6) Notice that the
blackpoint knob on the Group is still visible. However, the
blackpoint knob on the internal Grade node should be hidden.
Expected behaviour
The linked
blackpoint knob on the Group should be hidden, after executing the code.
Actual behaviour
The
blackpoint knob on the internal Grade node is hidden, after executing the code.
Workaround
Unknown.
Reproduced by support
This bug has been reproduced in:
Nuke 15.0v4 - Windows 10 - macOS 12.6
Nuke 12.0v1 - Windows 10 - macOS 10.13
Nuke 10.0v1 - Windows 10 - macOS 10.13
Earliest version tested
Nuke 10.0v1
- This issue appears to be in all tested versions of the product