Filter_AOVs

View only specific AOVs as a contactsheet instead of being forced to parse through every single AOV. User controls to determine which AOVs you want to vie.

Updated: 10 October 2024

Author: rmatier

Compatible Nuke versions: 14.0 or later

Compatibility:

This tool was designed to help organize AOVs for easier viewing inside nuke. When looking at a lighting render there can be dozens of AOVs and sometimes you just want to look at a specific few.

Compares all the AOVs for a given input. If the names match the user defined presets then then AOVs will be viewed. There are two different methods of matching that can be selected through the Presets tab.

Contains - converts all the user and aov text to lowercase and checks if there is an AOV matches exactly with the user preset.

Regex - uses Regular expressions to allow for more advanced matching


-- Controls Tab --

scale - controls the overall size of the final contactsheet

AOV Type - This selects the preset type

Custom - for quick filtering without adjusting the presets

Update Available AOVs - runs code that displays the all the aovs that match the user filtering

Remove Empty Channels - If there is no RGB information for an AOV on the current frame it is removed from viewing

View Channels with Values - switches between seeing the empty channels and removing them

Unlock Presets - locks and unlocks the Presets tab (wanted it to be a conscious effort to change)


-- Presets Tab --

Search Type - choose between the two search methodologies. Will also switch which presets are available.

Various Text Input Knobs - the names for these are simply suggestions based on how I would use them. You can add whatever filtering you like. Feel free to change the labels as you see fit. Don't change the names of the knobs though the code is looking for the specific names


v1.0


TO DO :

Add better documentation to internal code

Sign in or register to download or rate.