Details
SHA-1: a3b7674c6ef9490bb80bcea6802cb51ee3e0b825
* Compositor: Add a Nearest sampling to Map UV node
When using the MapUV node for certain NPR workflows (for example palette
based remapping of colors) it can be useful to not use the default
anisotropic filtering.
In preparation of potentially adding more filter modes at a later stage
and to keep things consistent with the 'transform' node we use the full
set of interpolation modes in the enum, but expose only the implemented
ones in RNA..
New method.
Details
SHA-1: a3b7674c6ef9490bb80bcea6802cb51ee3e0b825 * Compositor: Add a Nearest sampling to Map UV node When using the MapUV node for certain NPR workflows (for example palette based remapping of colors) it can be useful to not use the default anisotropic filtering. In preparation of potentially adding more filter modes at a later stage and to keep things consistent with the 'transform' node we use the full set of interpolation modes in the enum, but expose only the implemented ones in RNA..