summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIsaac <isaclien9752@gmail.com>2024-02-15 11:10:17 -0400
committerIsaac <isaclien9752@gmail.com>2024-02-15 11:10:17 -0400
commitb907bcc414eb742f45e2a0c2ea0232256c226a92 (patch)
treefde04737c0c797e9d0b7bf37d1bce69570ba20ad /README.md
parentdac44c77fa7442fbae53795a8bde09bcd587f60d (diff)
downloadblenxy-b907bcc414eb742f45e2a0c2ea0232256c226a92.tar.gz
blenxy-b907bcc414eb742f45e2a0c2ea0232256c226a92.zip
small *fix* for some bones not being imported
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 205250b..83b4d02 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,9 @@ https://humming-owl.neocities.org/smg-stuff/pages/tutorials/t8.html
- CSV Exporter has issues with equivalent keyframes/rotation angles close to -180/+180 degrees (think a fix).
- DAE importer to apply textures to model on import.
+- Think on the possibility of a BTP Importer/Exporter.
+- Add a OBJ exporter/importer for collision models (for conversion to KCL and PA).
+- Rely less on blender's DAE importer/exporter (basically make my own, but I have no clue how cuz currently I have skill issue)
- ...
# Features
@@ -41,3 +44,7 @@ If you want to contribute or report an issue open a new issue in **Issues**. I w
- RenolY2 for J3DView and SuperBMD.
- The authors of the material I could read about BMD/BDL.
- The many stackoverflow threads (or similar) in which Blender Python API issues are discussed.
+
+# Changelog
+
+-