material-maker/doc/nodes_filters.rst
Rodolphe Suescun 26720e74e9 Updated Transform, added Decompose and minor changes
Updated Transform so it accepts a greyscale input per parameter. For each pixel, the parameter is multiplied by 2*v-1 (v being the value of the input's pixel) which makes it possible to affect the strength of each transform using an input image. New effects such as whirl and color guided offsets are now possible.

Added Decompose node (does the opposite of combine).

Used another color for inputs/outputs that expect/generate a greyscale image.
2018-08-25 08:07:22 +02:00

16 lines
261 B
ReStructuredText

Filter nodes
------------
The generator nodes are nodes that do not accept any input and generate one or several images.
.. toctree::
node_colorize
node_blend
node_blur
node_combine
node_decompose
node_emboss
node_normal_map
node_transform
node_warp