lock_viewer_pipes

adds UI features to lock viewers or selected buffers

Updated: 18 September 2017

Author: frank

Compatible Nuke versions: 10.0 or later

Compatibility: Linux, Mac, Windows

v1.4 - fixed bug when locked buffers are disconnected. Now a locked but disconnected buffer can be connected but remaines locked afterwards.


v1.3 - just updating the version number inside the py file to be in line with the nukepedia version


v1.2 - fixed bug where a selected viewer node wwould still cause teh lock warning to pop up instead of showing the requested buffer


v1.1 - fixed bug where the lock warning would appear when a hotkey for a locked buffer was pressed inteh DAG without any nodes selected


This python script adds some UI features to lock viewers or selected buffers to prevent accidental reconnection.

Upon the first buffer assignement the active viewer gets a 'Lock' tab with checkboxes in it's settings panel. This allows you to lock either all buffers or only select ones:

lockViewer 2

It also created new right options in teh viewer to lock and unlock the current buffer or all buffers:

lockViewer 1

To install place the lock_viewer_pipes.py in your NUKE_PATH or ~/.nuke folder, and add teh fololowing lines to your menu.py:

import lock_viewer_pipes
lock_viewer_pipes.register_viewer_locks()

 

Sign in or register to download or rate.