24 lines
646 B
Markdown
24 lines
646 B
Markdown
# BAT (blender asset tracer)
|
|
|
|
Modified version
|
|
with Zip packer included
|
|
|
|
|
|
Zip behavior
|
|
the root folder of the zip use first the environment variable `ZIP_ROOT` (used with `os.getenv('ZIP_ROOT')`)
|
|
|
|
If there is no such env variable it fallback to path specified in addon preferences.
|
|
|
|
This root can be manually changed in the settings (sidebar) of the export browser windows.
|
|
|
|
|
|
### Changelog
|
|
|
|
1.3.2
|
|
|
|
- changed: zip packer ops label `Export File to .ZIP` >> `Zip Pack - keep hierachy`
|
|
|
|
1.3.1
|
|
|
|
- added: prefs for file zipper (fallback to this if env is not defined)
|
|
- changed: zip operator id_name `bpy.ops.adm.export_zip` >> `bpy.ops.bat.export_zip` |