Map Blend

Blends two mapping chains together based on a weight.

The Map Blend node mixes two mapping chains, interpolating between Chain A and Chain B by a weight. The blend weight can itself be driven by a Map, allowing attribute-driven masking of effects.

Inputs

  • Input 0. Map A. The first map chain.
  • Input 1. Map B. The second map chain.
  • Input 2. Weight Map (optional). A map chain that drives the blend weight (0-1).

Outputs

  • Output. Resulting Map. The blended value.

Parameters

Blend

ParameterDescription
WeightGlobal blend factor (0 = Map A, 1 = Map B). Multiplied by the Weight Map input if present.

Notes

  • Does not directly consume attributes unless a Map is connected to the Weight input.

See also: Mapping · Map · Map If (hard switching instead of blending)