haekb / io_scene_lithtech

Based off of io_scene_abc by @cmbasnett
GNU General Public License v2.0
15 stars 5 forks source link

[WIP] ABCv6 bug fixes, QoL, and documentation #27

Closed Five-Damned-Dollarz closed 3 years ago

Five-Damned-Dollarz commented 3 years ago

The big change is that it now pulls vertex animation data directly from the mesh as it's animated, so no more name-binding shape keys to animations! You also no longer have to have a "d_" action for every action you don't want/need vertex animations on.

Fixed:

haekb commented 3 years ago

Oh sorry, notifications for PRs seem to be off 😅

Thanks for the update!

haekb commented 3 years ago

Didn't see the WIP tag at first (need more coffee.) But fixes look like they work just fine. Feel free to throw any additional prs if anythings broken.

Cheers