Documentation
Separate Field
VFX Loom 1.0 reference for the Separate Field node.
Transform
processing.separateField
Overview
Splits a coordinate Field into strict X and Y component Fields.
Typed Field → X Field / Y Field separation without materializing an image. A disconnected field falls back to UV.
- Category
- Transform
- Internal ID
processing.separateField- Version
- VFX Loom 1.0
Inputs
| Input | Type | Required | Default | Meaning |
|---|---|---|---|---|
| field | Field | Required | — | See the overview for the node's documented behavior. |
Outputs
| Output | Type | Meaning |
|---|---|---|
| x | Field | X component |
| y | Field | Y component |
Usage
In practice
- Use Separate Field when the graph needs Splits a coordinate Field into strict X and Y component Fields.
- Typed Field → X Field / Y Field separation without materializing an image. A disconnected field falls back to UV.
- Use it where the graph needs coordinate or image-space movement; keep sampling and edge policy aligned with the source artwork.