Hi there.
I’d like to apply shape keys
on curves
objects, then export them to a ThreeJS compatible format.
My first attempt was using Blender
+ glTF
. But the exported file does not include the shape keys
for the curves
.
Notice that when I convert the curves
to mesh
, the shape keys
are present in the exported glTF.
Theo