FrameRangeAnim_v2 Op
parses string containing ranges of frames and play as coherent animation
Summary (oneliner)
enter comma seperated frames or frameranges
e.g.:
1,2,3,10-15
expands to frames 1,2,3,10,11,12,13,14,15
time
input will set result time
output as an interpolated time value.
time interpolation is linear if frames are consecutive, otherwise absolute
Full Name
- Ops.Anim.FrameRangeAnim_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Time (Number)
Frames (String)
frame range (ex. "0-10")
Loop (Number: boolean)
Rewind (Trigger)
OUTPUT PORTS
result time (Number)
Expanded Frames (Array)
Finished (booleanNumber)
Finished Trigger (Trigger)
Anim Length (Number)
Progress (Number)