Paths
Paths which points attributes & properties will be blended
Paths
Paths with attributes & properties blended
Table of content
Properties
The index safety property controls how invalid/out of bounds input values are handled.
Safety method | |
Ignore | Invalid indices will be ignored and won’t be processed further. |
Tile | Index is tiled (wrapped around) the context’ valid min/max range. |
Clamp | Index is clamped between the context’ valid min/max range. |
Yoyo | Index bounces back and forth between the context’ valid min/max range. |
Settings | |
Blending | This property lets you select which kind of blending you want to apply to the input paths. See Available Blending Modules. |
Available Blending Modules
⋰ Interpolate
Interpolates values between first and last point.
Processed subpoints properties & attributes will lerp between the first and last subpoints.
⋰ Inherit First
Copy the first point’ values
Processed subpoints will inherit from the first properties & attributes. Nothing fancy about it.
⋰ Inherit Last
Copy the last point’ values
Processed subpoints will inherit from the last properties & attributes. Nothing fancy about it.