Albam redux is a Blender addon intended to simplify modding by leveraging the Kaitai Struct parser.
This is a fork of Albam and the spiritual successor of Albam Reloaded
This is the source of Albam, a Blender addon for importing and exporting 3d models and other game engine formats.
For user documentation and modding tutorials, refer to the Wiki If you are willing to help in development or get quick help you can visit our discord server
Creating a virtualenv, installing dependencies and running tests (headless Blender)
bpy needs a specific Python version, matching the one used by the official release of Blender. This might not be the case in certain Linux distros.
python -m venv .venv
source .venv/bin/activate
pip install .[tests]
pytest
Note: you need application data to run most useful tests.
- RevilMax
- Mod3-MHW-Importer
- umvc3-tools
- 3ds script by Maliwei777, Aman, Mariokart64n and others
- Lukas Cone
- Ekey
- Henry of Carim
- AsteriskAmpersand
- Che
