BAT parses Blend files and produces dependency information. After installation run `bat --help`
Project description
Blender Asset Tracer BAT v2
Tool to manage assets with Blender.
Blender Asset Tracer, a.k.a. BAT, is a tool for finding dependencies of blend files, and for packing those dependencies into a self-contained directory.
Documentation
BAT documentation is available on blender.org.
Requirements
BAT v2 requires Blender 5.1 or newer.
Known Limitations
- BAT v2 needs Blender 5.1 or newer to function.
- Blender 5.1.0 does not report legacy particle system cache files correctly. This is fixed in blender!155720, which will be part of Blender 5.1.1.
- Blender 5.1.0 does not report Alembic file sequences correctly, see blender#155774. For now, BAT does not handle such files correctly either.
- Blender 5.1.0 does not report Geometry Nodes simulation cache files files, see blender#155953. As a result, BAT does not know about these files and will not report them as a dependency or pack them.
To test cases like the above limitations, run the following in Blender's Python console. It should report the files in use by the current blend file:
>>> {k: v for (k, v) in D.file_path_map().items() if v}
{bpy.data.objects['Plane']: {'//meshcache.mdd'}}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file blender_asset_tracer-2.0.3.tar.gz.
File metadata
- Download URL: blender_asset_tracer-2.0.3.tar.gz
- Upload date:
- Size: 55.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1f4618d2b3a9e2f37948c5afe8e281d9e7c44a89bd8ed6c6d1c843daff357e3
|
|
| MD5 |
77a6da66e9367fa068591f3dcadced4e
|
|
| BLAKE2b-256 |
465379123b3e9d91e4eb4bae2a4aa016d643e41a32c1b7246ca88ded3e4bbfd0
|
File details
Details for the file blender_asset_tracer-2.0.3-py3-none-any.whl.
File metadata
- Download URL: blender_asset_tracer-2.0.3-py3-none-any.whl
- Upload date:
- Size: 73.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
549fe2c9bf967ff9e369e6cd1d52481c8d78acf590f2a62235787dbb9d5c4eaf
|
|
| MD5 |
a7dfa7e638912303d1f50a9004722f83
|
|
| BLAKE2b-256 |
e5ce9a0a96c94af67ef4230864c83d638d993e061fd9913fc16a050c6719135d
|