Joseph HENRY 05d97cdeda Add sequence pack operator and multi-blend-file CLI support
- Add --sequence CLI flag to pack multiple blend files together with
  shared dependency deduplication
- Add BAT_OT_sequence_pack Blender operator: scan a sequence folder for
  latest published blend files, review with checkboxes, pack to ZIP
- Add studio template system (Autour de Minuit, La Cabane Productions)
  with configurable folder conventions and task type selection
- Add BlenderProgressCallback for cursor progress indicator during pack
- Add ZIP write start/finish logging
- Deduplicate blend file paths in CLI when positional and --sequence overlap

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 12:41:50 +01:00

15 lines
132 B
Plaintext

.venv
*.pyc
*.blend[1-9]
__pycache__
/*.egg-info/
/.cache
.mypy_cache/
/.pytest_cache
.coverage
/.tox/
/dist/
/build/
/docs/_build