-
1.21 Stable
released this
2026-02-20 11:01:20 +01:00 | 0 commits to main since this releaseWhat's new
Pack operators in Blender
Two pack operators are now available under File > External Data:
- BAT - Zip pack (flat) — Pack all assets into a flat ZIP archive
- BAT - Zip pack (keep hierarchy) — Pack preserving the project directory structure, with configurable project root and optional directory copy mode
Keep hierarchy packing
New
--keep-hierarchyCLI option that preserves the full project directory structure in the pack. Paths in blend files are rewritten to relative paths within the hierarchy.Addon preferences
Added a preferences panel (Edit > Preferences > Add-ons) to configure:
- A default project root directory
- Reading the root from
ZIP_ROOTorPROJECT_ROOTenvironment variables
Improvements
- Refactored addon structure: operators and preferences moved to dedicated modules (
operators.py,preferences.py) - Fixed cyclic package import with the preferences module
Downloads