Closed Lamoot closed 2 years ago
Related to https://gitlab.com/OpenMW/openmw/-/merge_requests/1682#note_906689407 .
For skinned body parts the exported .dae file will need to include the following section.
<extra type="Node"> <technique profile="OpenSceneGraph"> <Descriptions> <Description>bodypart</Description> </Descriptions> </technique> </extra>
Since it's a per exported file thing, it can be simply included as an option in the exporter's UI. And also documented.
Resolved by https://github.com/OpenMW/collada-exporter/pull/16
Related to https://gitlab.com/OpenMW/openmw/-/merge_requests/1682#note_906689407 .
For skinned body parts the exported .dae file will need to include the following section.
Since it's a per exported file thing, it can be simply included as an option in the exporter's UI. And also documented.