Hey there, you can use the getPositionData function to apply the morph on the CPU (pass true for the second parameter to apply morph) and then use setVerticesData so that the morphed vertex positions will be exported. Will prob also want to restore them afterwards. And can do the same for the normals as well. Here’s a quick example. ![]()
1 Like