KeepSome v1.5
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: romain biermann
Close opened property panels for unselected nodes and open property panel for selected ones ( or keeps it opened )
Requirements:
13.1, 13.0, 12.2 or later
Linux, Mac, Windows
13.1, 13.0, 12.2 or later
Linux, Mac, Windows
06 Jun 2022
131
These few lines of python will allow you to close all opened property panels for unselected nodes, while opening (or keeping opened) the property panels of selected nodes.
Only tested on windows/nuke 13 but due to its simplicity it should work with pretty much any set-up.
To install,
paste the KeepSome.py file in your python script folder and paste this in your menu.py:
#KeepSome, closes property panels
import KeepSome
nuke.menu( 'Nuke' ).addCommand( 'Python/Close all but selected', 'KeepSome.KeepSome()', 'alt+r' )
Please login in order to download these files.