Add initial sources

This commit is contained in:
Pyogenics
2024-09-29 16:35:45 +01:00
parent 30cc68327b
commit 6d74bbfc8f
7 changed files with 632 additions and 1 deletions

View File

@@ -1,2 +1,7 @@
# io_scene_a3d
Blender plugin to read modern A3D3.x models
Blender plugin to load A3D 3.2 and 3.3 models (3.1 not supported), 3.2 is most complete 3.3 is not so complete; this code will eventually be merged into the alternativa3d_tools github repo.
The code can read all the A3D3 data but not all of it is imported yet, some material data + transforms + some vertex data and the codebase could use a cleanup.
https://github.com/davidejones/alternativa3d_tools/issues/9
https://github.com/Pyogenics