OpenMW / collada-exporter

"Better" Collada exporter for Blender, orignally developed by the Godot Engine community
https://godotengine.org
GNU General Public License v2.0
6 stars 1 forks source link

Skinned Body Part Flag #13

Closed Lamoot closed 2 years ago

Lamoot commented 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.

Lamoot commented 2 years ago

Resolved by https://github.com/OpenMW/collada-exporter/pull/16