Hello,
We were/are using GetEdgeCrease to convert crease info on a mesh in the file into creases on a SubD object in the model on read. In 2020.0.1 calling GetEdgeCrease would give us a good pointer to a FbxLayerElementCrease and we could subsequently call GetDirectArray() on that to get a FbxLayerElementArrayTemplate<double> that had a valid count. In 2020.1.1, and anything newer, calling GetEdgeCrease still gives us a valid pointer (using the same example file, which I'll include), but the array that we get from calling GetDirectArray() is always empty. Is there anyway to get that working again? Please.
Thanks.
Cheers,
Tim