Message 1 of 1
Question about FbxLayer::GetEdgeCrease and a behavior change after SDK 2020.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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