diff options
author | Owl <isaclien9752@gmail.com> | 2025-08-23 12:37:51 -0400 |
---|---|---|
committer | Owl <isaclien9752@gmail.com> | 2025-08-23 12:37:51 -0400 |
commit | 0ab9e972cb4a4128c2041f6da580a72515b3db64 (patch) | |
tree | 1a79d85db13b9714af806b54358fda15aca2ddae /README.md | |
parent | a5bdfdab2ec68ebfe99535a54b3b0cd8b95a87d6 (diff) | |
download | blenxy-0ab9e972cb4a4128c2041f6da580a72515b3db64.tar.gz blenxy-0ab9e972cb4a4128c2041f6da580a72515b3db64.zip |
Some changes to the BCK exporter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,7 +7,7 @@ Blender 2.79 template for Super Mario Galaxy stuff. - Be aware of future BCK importer/export bugs. - Import "Inherit Parent Scale" data from BMD/BDL models into an already imported DAE model. - Try to import directly a BMD/BDL model (one can dream). -- Learn about other model related file formats +- Learn about other model related file formats. - Learn how to modify Blender's UI through its Python API to make "custom editors". - ... @@ -20,8 +20,8 @@ Blender 2.79 template for Super Mario Galaxy stuff. - Epic Mario model like the default cube in Blender when starting the template. - OBJ importer for NeoKCLCreate OBJs. - OBJ exporter for KCL conversion. -- BCK animation importer for SMG (with some importing options, read them). -- BCK animation exporter for SMG (with some exporter options, read them). +- BCK animation importer for SMG (with importing options, read them). +- BCK animation exporter for SMG (with exporter options, read them). - ... # Installation @@ -38,7 +38,8 @@ Blender 2.79 template for Super Mario Galaxy stuff. - Tarsa for the J3D Animation Editor program (JAE). - Gabbo for pointing me out the Blender Python API reference. -- RenolY2 for J3DView and SuperBMD. +- RenolY2 for J3DView and SuperBMD (and the people that contributed to those tools). - The authors of the material I could read about BMD/BDL/BCK. - The many stackoverflow threads (or similar forums/pages) in which Blender Python API issues/facts are discussed. +- The Blender devs for Blender 2.79. - The git repository hosting service I am using. |