Spline Append
Input connectors
Preview #1 GrayscaleThe preview of the first set of input splines as a grayscale image.
Spline #1 Coords ColorThe coordinates of the first set of input splines’ points encoded in the RGBA channels of a color image.
R - X position
G - Y position
B - Height
A - Packed data:
* Sign: Spline is closed (negative) or open (positive);
* Absolute value: Thickness + 1.
Spline #1 Data ColorAdditional data of the first set of input splines encoded in the RGBA channels of a color image.
R - Tangents X
G - Tangents Y
B - Unused
A - Unused
Spline #1 Amount IntegerThe number of input splines in the first set.
Preview #2 GrayscaleThe preview of the second set of input splines as a grayscale image.
Spline #2 Coords ColorThe coordinates of the second set of input splines’ points encoded in the RGBA channels of a color image.
R - X position
G - Y position
B - Height
A - Packed data:
* Sign: Spline is closed (negative) or open (positive);
* Absolute value: Thickness + 1.
Spline #2 Data ColorAdditional data of the second set of input splines encoded in the RGBA channels of a color image.
R - Tangents X
G - Tangents Y
B - Unused
A - Unused
Spline #2 Amount IntegerThe number of input splines in the second set.
Output connectors
Preview GrayscaleThe preview of the output splines as a grayscale image.
Spline Coords ColorThe coordinates of the output splines’ points encoded in the RGBA channels of a color image.
R - X position
G - Y position
B - Height
A - Packed data:
* Sign: Spline is closed (negative) or open (positive);
* Absolute value: Thickness + 1.
Spline Data ColorAdditional data of the output splines encoded in the RGBA channels of a color image.
R - Tangents X
G - Tangents Y
B - Unused
A - Unused
Spline Amount IntegerThe number of output splines.
Parameters
Flip Spline #1 Direction BooleanInverts the direction of the splines in the first set.
Flip Spline #2 Direction BooleanInverts the direction of the splines in the second set.
Segments Amount IntegerAdjusts the number of segments used to draw the spline visualization in the Preview output.
A higher value results in a smoother line.
Show Direction Helper BooleanDisplays a dot at the start of the spline and an arrowhead at its end in the Preview output.
Show Thickness Envelope Boolean
Displays additional lines at the edges of the spline’s thickness.
Thickness (px) FloatAdjusts the thickness of the spline visualization in pixels in the Preview output.
Examples