integration node reference

Product media placeholder

Replace this area with a screenshot or short walkthrough video during the media sweep.

Graph composition and data flow: ForEach stamping, scene composition, parameter store read/write, float/value sources.

Category key integrationGenerated public nodes 10Registry source faster-motion-docs/node-registry.json

Nodes

NodeTypeContextDescription
Data ReaddataReadsharedRead any-typed value from ParameterStore
Dirty TriggerdirtyTriggersharedExternal dirtying entry point. No-op evaluate — triggers downstream re-evaluation.
Float SourcefloatSourcesharedFloat value source — reads from connected input or set externally
For EachforEachsharedStamp a preset per target object. Stamped nodes are read-only.
For Each ScopeforEachScopesharedPer-iteration scope source materialised by `expandInstanceNodes` inside every forEach iteration. Replaces the F351 reserved-token substitution mechanism (`$match`, `$index`) with a port-driven model — template-body nodes wire from this node's outputs the same way they wire from any other producer. Authors do NOT write this node by hand; the loader emits one per iteration with constant per-iteration values.
Parameter ReadparameterStoreReadsharedRead a float parameter from ParameterStore
Parameter WriteparameterStoreWritesharedWrite a float value to ParameterStore
Parameter WriteparameterWritesharedCompute a parameter's next value on a rising-edge trigger. Pure-compute — reads currentValue from a ParameterStore.out_<paramId> input, emits nextValue which the store commits through its writer-fanin input.
ScenesceneGraphcanvasComposable scene root — encapsulates an entire .fmtion scene as a single node with promoted ports.
Value SourcevalueSourcesharedExternally-set Vec2 value

Was this guide helpful?