diff options
author | Isaac <isaclien9752@gmail.com> | 2024-02-15 11:10:17 -0400 |
---|---|---|
committer | Isaac <isaclien9752@gmail.com> | 2024-02-15 11:10:17 -0400 |
commit | b907bcc414eb742f45e2a0c2ea0232256c226a92 (patch) | |
tree | fde04737c0c797e9d0b7bf37d1bce69570ba20ad /README.md | |
parent | dac44c77fa7442fbae53795a8bde09bcd587f60d (diff) | |
download | blenxy-b907bcc414eb742f45e2a0c2ea0232256c226a92.tar.gz blenxy-b907bcc414eb742f45e2a0c2ea0232256c226a92.zip |
small *fix* for some bones not being imported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 + +- |