Pose Step Track
Stores discrete pose steps as a RecordedLayer document
advanced
Since P00
Input Ports
Time
Optional input that overrides the evaluation time
Output Ports
Layer
Recorded pose-step document
Value
Layer value evaluated at the specified time
Summary
Summary string containing the layer count and duration
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Step Time | Float | `0.0` | Time at which to place the pose |
| Record Data | CustomData | Empty | RecordedLayer save data managed by the editor |
Overview
Stores discrete pose steps as a RecordedLayer document
Inputs and Outputs
Input Ports
- Time
Float: Optional input that overrides the evaluation time
Output Ports
- Layer
RecordedLayer: Recorded pose-step document - Value
Map: Layer value evaluated at the specified time - Summary
Text: Summary string containing the layer count and duration
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Step Time | Float | `0.0` | Time at which to place the pose |
| Record Data | CustomData | Empty | RecordedLayer save data managed by the editor |
When to Use
Use Pose Step Track when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.