Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « io_blend_utils - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 436ec6843471098f902cbb213a28c8a6f9dadba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Updating this module
--------------------

This module contains copies of files belonging to
[BAM](https://pypi.python.org/pypi/blender-bam/). Fixes should be
committed to BAM and then copied here, to keep versions in sync.


Bundling BAM with Blender
-------------------------

Blender is bundled with a version of [BAM](https://pypi.python.org/pypi/blender-bam/).
To update this version, first build a new `wheel <http://pythonwheels.com/>`_ file in
BAM itself:

    python3 setup.py bdist_wheel

Then copy this wheel to Blender:

    cp dist/blender_bam-xxx.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-xxx.whl python3 -m bam.pack