Blend Modes
Last updated
Was this helpful?
Last updated
Was this helpful?
Both Height and Volume brushes have an Override blend mode. This blend mode lets you manually control how this stamp overwrites the ones that came before it. Whatever is plugged into the output pins will entirely override all previous data within the stamp's bounds.
Override stamps have access to the result of the stamps applied before them using Get Previous ...
nodes. Graphs built for this blend mode should usually use the Get Previous Height
/ Get Previous Distance
nodes to control how the surfaces are blended.
Get Previous ...
nodes can be used in any graph, regardless of blend mode, but the results are usually undesirable on any blend mode other than override.
When using Override blend modes, the Alpha pin on the graph Output node is used to control where the graph's materials and metadata are applied. If this is set to 1 (which is the default), all positions within the stamp's bounds will override their previous material and metadata with the stamp's. Get Previous Material
and Get Previous Metadata
can be used to specifically blend some parameters, but just plugging in the Alpha will usually be enough.