Create a constant by sampling a color for a given region using a given mode. Supports the modes: average, median, low, high.
ColorCarpet
Updated: 5 August 2019
Author: leafpictures
Compatible Nuke versions: 10.0 or later
Compatibility: Windows 64
Description:
Create a constant by sampling a color for a given region using a given mode.
Supports the modes: average, median, low, high.
Compatibility:
This node is written in C++ and compiled against the following Nuke variants:
Linux: 11.3, 11.2, 11.1, 11.0, 10.5, 10.0
Windows: 11.3, 11.2, 11.1, 11.0, 10.5, 10.0
Installation:
Simply download, extract and add the absolute path of the extracted ColorCarpet folder to your init.py:
nuke.pluginAddPath('path/to/ColorCarpet')
(Inside the ColorCarpet folder there is a menu.py which will choose the correct Nuke variant for your currently used Nuke, depending on your operating system and Nuke version, so you don't need to do anything further here.)
A manual that describes all knobs is attached.
Enjoy.
For further plugins and other tools, please visit www.leafpictures.de
Updates:
1.0.0
-----
- Initial Release (#1)