Wrangle (Core)

Low-level VEX access to the growth graph. Used to create attributes, gates, effectors, and custom logic inside the procedural pipeline.

Wrangle Core

Direct VEX access to the Natsura growth graph.
This node executes user-defined VEX over internodes and attributes during graph construction.

πŸ“Œ For everyday use and production ergonomics, see Wrangle. Wrangle Core is for technical users who need raw control.


Inputs

Input 0 β€” Graph
The incoming Apex graph. Wrangle Core reads and writes internode attributes.

Input 1 β€” Parms
Optional geometry carrying a parms dictionary detail attribute. Values can be fetched via VEX.


Parameters

  • VEX Snippet (snippet) β€” Code executed on each internode.
  • Bindings (attrib_bindings) β€” Control over attribute read/write scope.
  • Mode (run_mode) β€” Determines iteration domain (per-node, per-branch, or global).

Outputs

Graph β€” Apex graph with modified attributes, effectors, or decorations appended.