WIP: new addon - HxA import/export #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "SoslanGM/hxa_addon:hxa_addon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/SoslanGM/HxApy_Blender_import-export
blender/blender-addons#103810
Pull request to add support for import and export of HxA file format(original presentation by the author, Eskil Steenberg: https://www.youtube.com/watch?v=jlNSbSutPZE )
Aside from meshes, it stores and restores
Armature and weight vertexes(if any)
Shapekeys
Edge creases
Custom properties
It's a bit rough around the edges(for example, I would like to have some options checkboxed upon import/export, but I don't know how to do that, and there's a few things like that that I would be happy to receive directions on, but self-research might take too much time), but I reckon it's 90-95% ready. Open to all suggestions, and big shoutout to @scurest for all the previous help.