AnimGraphLab Alpha

Parameters

Select a node to edit its parameters.

Hatch node takes an input shape and fills its interior with repeating lines.

Parameters

ParameterDescription
LabelThe display name for the node.
GroupThe group(s) to apply this hatch to.
Output modeControls how hatches are output.
TypeStyle of hatching to generate.
AngleBase angle of the lines.
Spacing modeControl how line spacing is applied.
SpacingMinimum/base distance between lines.
Max spacingMaximum distance between lines at the end of the gradient.
Grad startGradient start.
Grad endGradient end.
Dash lengthBase length of the short dashes.
OffsetPhase offset for animating the lines.
ThicknessThickness of the lines.
ColorColor of the lines.
Use shape colorInherit color from the original shape.
Keep originalKeep the original shapes behind the hatch.
Angle jitterRandomizes the angle of each line.
Spacing jitterRandomizes the distance between lines.
Dash length jitterRandomizes the length of each short dash.
WavinessAdds hand-drawn like wobblenes to the lines.
Wave freqFrequency of the wobble.
ResampleDetermines how detailed lines are. Lower value = more detailed, higher value = less detailed.
SeedRandom seed for irregular effects.

Hatch types

  • Hatch: standard parallel straight lines.
  • Crosshatch: two sets of intersecting parallel lines (offset by 90 degrees).
  • Zigzag: continuous angular lines moving back and forth.
  • Scribble: organic, noisy looping lines that simulate hand-drawn scribbles or chaotic filling.
  • Short dashes: broken parallel lines simulating pencil shading with short strokes.
  • Stamping: stippling effect using scattered dots instead of lines.

Adding organic feel

Jitter and wave parameters can be used to create a hand-drawn like look:

  • Angle jitter: rotates individual lines slightly.
  • Spacing jitter: randomizes the gap between lines.
  • Waviness: applies a noise distortion along the length of each line.
  • Wave frequency: controls how tight the noise waves are.

Tip: To achieve more organic and complex look, create several Hatch nodes and merge them together.

Output mode

  • Individual shapes: every generated line remains an independent shape in the graph.
  • Combined shape: merges all generated lines into a single, unified SVG path. Can be used after Copy/Transform, or after Copy to Points node. In other words, after applying hatching to multiple shapes.

See also