Message 1 of 2

Not applicable
01-21-2021
05:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, in our company we have a C++ importer/exporter for our custom mesh format and we support 3ds 2015-2021 versions.
We aim at the 100% roundtrip data coverage but we still lack bones weights importing and I'm trying to add that feature.
I have an 'ISkinImportData' interface and add all bones with "iskinImport->AddBoneEx()", then I set weights to them using "iskinImport->AddWeights".
My code works in 3ds 2019, 2020 and 2021 and "AddWeights" return always true, but the same code fails in 3ds 2015-2018, the "AddWeights" returns false and I don't know why.
I think that there was some bug fixed in 3ds 2019, but is it possible to store bone weights in previous versions? Any workaround?
Solved! Go to Solution.