Time Blend

It can fill out between frame and frame but no step size.

Then you need to modify the inside.

  • Add Parameter "stepSize".
  • timeblend/floor_frame(timeShift)/frame
    • floor($FF) -to-> floor($FF / ch("../stepSize")) * ch("../stepSize")
  • timeblend/fceil_frame(timeShift)/frame
    • ceil($FF) -to-> ceil($FF / ch("../stepSize")) * ch("../stepSize")
  • timeblend/sblend1(SequenceBlend)/Blend Factor(blend)
    • $FF - floor($FF) -to-> $FF / ch("../stepSize") - floor($FF/ch("../stepSize"))