Open yazun opened 2 years ago
I guess nframes at line 23 gets negative? When this could happen.
Thread 1 "R" hit Breakpoint 6, ease_seq (easer="linear", length=-7) at utils.h:77
77 static inline std::vector<double> ease_seq(std::string easer, int length) {
(gdb) n
80 new_allocator() _GLIBCXX_USE_NOEXCEPT { }
(gdb)
78 std::vector<double> res(length);
(gdb) p length
$2 = -7
Hum... can you provide a reproducible example so I can investigate on my end?
It seems we hit a regression when trying to use the tween_component
This is most likely line 24 (ease_seq) in numeric_element_interpolator fn:
Do you have any hints why this could happen? Thanks