This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Sybren A. Stüvel 420f146067 Removed unused code
At the bottom of the file, an exception is raised when __name__ ==
'__main__', stating that it's not allowed to run the file in that way.
It's silly to then still set up logging in that case.
2017-04-05 12:30:35 +02:00
2017-04-05 12:30:35 +02:00
2017-01-17 17:23:55 +01:00
2015-03-16 23:15:23 +11:00
2016-01-29 17:47:57 +11:00
2017-01-17 16:07:58 +01:00
2014-12-19 17:29:15 +01:00
2014-12-19 17:29:15 +01:00
2017-01-17 16:21:02 +01:00
2017-03-07 16:09:21 +01:00

BAM (Blender Asset Manager)

Script to manage assets with Blender.

Bundling with Blender

Blender is bundled with a version of BAM. To update this version, first build a new wheel file:

python3 setup.py bdist_wheel

Then copy this wheel to Blender:

cp dist/blender_bam-*.whl /path/to/blender/release/scripts/addons/io_blend_utils/

Remove old wheels that are still in /path/to/blender/release/scripts/addons/io_blend_utils/ before committing.

Running bam-pack from the wheel

This is the way that Blender runs bam-pack:

PYTHONPATH=./path/to/blender_bam-*.whl python3 -m bam.pack

Bumping versions

When bumping the version to something new, make sure you update the following files:

  • setup.py

  • bam/__init__.py

  • doc/source/conf.py

Description
Blender Asset Manager
Readme 999 KiB
Languages
Python 98.8%
Shell 0.7%
HTML 0.2%
Makefile 0.2%
Mako 0.1%