Set Track Extrapolation
set_track_extrapolationDefine pre-first and post-last key behavior for a REAL track: off, constant, linear, repeat, offset repeat, or oscillate. Omitted side preserved; no key duplication or frame range extension.
Instructions
Set pre/post behavior for an existing REAL track: off, hold constant, continue (linear), repeat, offset repeat or oscillate. Omitted side is preserved. Does not duplicate keys, extend the document frame range or bake loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Time base, default document FPS. | |
| path | No | Full DescID as [[id,dtype,creator],...], from list_user_data desc_id or list_tracks path. For a vector append a REAL x/y/z DescLevel. Exclusive with param_id/component/dtype. | |
| after | No | Behavior after the last key; omit to preserve. | |
| before | No | Behavior before the first key; omit to preserve. | |
| handle | Yes | Entity with an existing REAL value track. | |
| param_id | No | Legacy top-level parameter id; exclusive with path. | |
| component | No | Legacy vector component with param_id; HPB rotation maps to x/y/z. Omit with path. | |
| document_name | Yes | Exact active document name. A mismatch is rejected; this tool never switches documents. |