Default Cubic Interpolation Key Type breaks editor
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
Both browser and desktop app, macOS
Hi
any updates here?
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.
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