Blender's BAT module as an addon, with zip packer added
 
Go to file
Pullusb e2610a882e added prefs for file zipper
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.opsbat.export_zip`
2021-10-18 17:05:56 +02:00
blendfile initial commit 2021-10-18 15:54:04 +02:00
cli initial commit 2021-10-18 15:54:04 +02:00
pack initial commit 2021-10-18 15:54:04 +02:00
trace initial commit 2021-10-18 15:54:04 +02:00
.gitignore initial commit 2021-10-18 15:54:04 +02:00
README.md added prefs for file zipper 2021-10-18 17:05:56 +02:00
__init__.py added prefs for file zipper 2021-10-18 17:05:56 +02:00
bpathlib.py initial commit 2021-10-18 15:54:04 +02:00
cdefs.py initial commit 2021-10-18 15:54:04 +02:00
compressor.py initial commit 2021-10-18 15:54:04 +02:00
preferences.py added prefs for file zipper 2021-10-18 17:05:56 +02:00

README.md

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.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.opsbat.export_zip