Skip to content

Brachi/albam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albam

⚠️
Albam is currently in heavy development and may be unstable.
There's no documentation yet.
⚠️

Actions Status Code coverage

This is the source of Albam, a Blender addon for importing and exporting 3d models and other game engine formats.

For understanding what's going on, start here

Quickstart

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.

Supported Engines

Similar Tools

Special Thanks

  • Lukas Cone
  • Ekey
  • Henry of Carim
  • AsteriskAmpersand
  • Che