From 880746a9cefed83e8a1e790ec17a9aeca654e120 Mon Sep 17 00:00:00 2001 From: Pyogenics Date: Sat, 25 Jan 2025 17:54:56 +0000 Subject: [PATCH] Add status section --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.md b/README.md index 55f2450..bf2f019 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,46 @@ Select the zip folder you downloaded and you should be good to go. ![A3D models used in a blender scene ready for render](./images/demo1.png)
![UV and material surface showcase](./images/demo2.png)
![Terrain mesh example](./images/demo3.png) + +## Status +### Work in progress, the project is mostly complete for readonly file access. +### A3D1 +No support, I have never seen one of these files and 99.999% of people will only be using A3D2 and A3D3 files so there isn't much point supporting them. +### A3D2 +Full readonly support, not all data is imported into blender. +#### Import +- [x] Materials +- diffuse map data is not used by the plugin because it references files that are only accessible if you work at Alternativa Games (such as texture `.psd` source files) +- [x] Meshes +- - [x] Submesh data +- - [x] Coordinates +- - [ ] Normals (data not imported into blender) +- - [x] UVs +- - [ ] Vertex colour (data not imported into blender, not very useful anyway) +- - [ ] Smoothing groups +- [x] Transform +- [x] Object data +#### Export +- [ ] Materials +- [ ] Meshes +- [ ] Transfoms +- [ ] Objects +### A3D3 +Full readonly support, not all data is imported into blender. +#### Import +- [x] Materials +- diffuse map data is not used by the plugin because it references files that are only accessible if you work at Alternativa Games (such as texture `.psd` source files) +- [x] Meshes +- - [x] Submesh data +- - [x] Coordinates +- - [ ] Normals (data not imported into blender) +- - [x] UVs +- - [ ] Vertex colour (data not imported into blender, not very useful anyway) +- - [ ] Boundbox (data not imported into blender, blender calculates its own boundbox data) +- [x] Transforms +- [x] Objects +#### Export +- [ ] Materials +- [ ] Meshes +- [ ] Transfoms +- [ ] Objects \ No newline at end of file