Skip to content

Latest commit

 

History

History

README.md

icon grid-round-2-plus

Utilities

Supporting operations that don't fit neatly into a single system. Sorting, partitioning, noise generation, data matching, control flow, point selection, and data cleanup all live here. These nodes handle the structural work that other systems depend on — reordering points, splitting collections, routing execution, and combining data.

Sections

SectionContents
discardingRemove collections or actors — by point count, duplicates, spatial triage
data-matchingCollection pairing and correspondence — match rules as provider sub-nodes
pickersIndex-based point selection — Cherry Pick Points with picker sub-nodes
noise3D noise functions — Perlin, Simplex, and variants as point attribute writers
partitioningSplit collections by attribute values or partition rules
sortingPoint and collection sorting by attribute, distance, or custom criteria
control-flowExecution routing — branching, breaking, iteration, data waiting
batch-actionsApply multiple attribute writes in a single pass

Beyond the sections above, Merge Points combines multiple point collections into a single output — the inverse of partitioning.