mirror of
https://github.com/Relintai/material-maker.git
synced 2025-04-09 10:12:38 +02:00
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.
16 lines
261 B
ReStructuredText
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 |