State:New|TargetRelease:No Target|icon_bug|icon_nuke|database:public|Resolution:Fixed|BugID:597904|
Problem summary
CurveTool's resetROI knob cannot be executed via Python while the Properties panel is closed
Customer reported version
Nuke 14.1v5
Customer reported platform
Rocky 9
Steps to reproduce
1) Open Nuke.
2) Create a CurveTool node. The default ROI values should be 512, 389, 1536, 1167.
3) Close the Properties panel.
4) Execute the following code in the Script Editor:
nuke.selectedNode()["resetROI"].execute() nuke.selectedNode()["resetROI"].execute() execute() function on the resetROI knob doesn't work when the Properties panel isn't open.nuke.selectedNode()["ROI"].setValue([0, 0, nuke.thisNode().width(), nuke.thisNode().height()]) We're sorry to hear that
Please tell us why