Skip to main content
A
18d ago

Default Cubic Interpolation Key Type breaks editor

  1. There's a bug that breaks editor when you use the new "Set as default interpolation" feature. When it's set to "Cubic" an attempt to set a new key (sometimes editing the key) on curve vertices crashes the editor so it needs to be refreshed

  2. Both browser and desktop app, macOS

5 replies
A
C
C
17d ago

Hi I'm not able to reproduce the crash. Can you share a video of the entire timeline and interpolation panels that shows the steps leading to the crash? Thanks.

A
17d ago

A
16d ago

any updates here?

C
11d ago

Thanks for the video. We can reproduce the issue, but we've not had a chance to identify the cause. We'll provide an update as soon as we can.

A
11d ago

my assumption is that there is a coords calculation of a new cubic key handles takes place right after that key being created on already existing non-flat curve, during that calculation the values may get out of allowed range or even division by zero occur
however creating the new key between these existing cubic (bezier) keys just by clicking on the curve in graph editor works fine - calculations in that case are correct - so there's only an assumption