4 Commits

Author SHA1 Message Date
e16ccc675e Embed verbose debug log inside ZipPacker output
ZipPacker now captures the full BAT_DEBUG log stream into an in-memory
buffer for the lifetime of the pack and writes it as bat-debug.log inside
the produced zip, so archives are self-describing for post-mortem
debugging (which assets were found, where they were rewritten to, which
files were missing, etc.).

The capture forces the blender_asset_tracer logger to DEBUG only on a
dedicated handler, so terminal verbosity is unchanged. The log is flushed
into the closed zip via append mode in close(), which also covers
post-transfer messages and KeyboardInterrupt / FileTransferError paths.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 15:06:23 +02:00
pullusb
45d58c588f Change file permissions from 644 to 775 2024-11-26 10:59:31 +01:00
pullusb
fc32ebd453 update BAT module to 1.15 version 2023-01-10 11:41:55 +01:00
Pullusb
3c5cca81a5 initial commit 2021-10-18 15:54:04 +02:00