I’m confused... do you not know which node the panel belongs to? -Nathan
From: andi Sent: Thursday, May 24, 2012 3:39 AM To: [email protected] Subject: [Nuke-python] how to close 'selected' floating window /panel hi , i can close all floating window using this : Code: for node in nuke.allNodes(): node.hideControlPanel() but what if i want to close a specific floating panel? is this kind of panel have some kind of 'ID' to be refereed. So i can select which panel (by its ID) to be closed. Thanx -------------------------------------------------------------------------------- _______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
_______________________________________________ Nuke-python mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
