Blend Project Packer creates a portable zip from the current Blender project for sharing, archiving, moving between machines, or preparing for a render farm.
It scans the saved .blend for external files, linked libraries, image sequences, UDIM tiles, render output paths, and baked simulation caches. It then works on a scratch copy of the scene, copies needed files into a portable folder layout, rewrites paths to //-relative paths, and writes <project>-portable.zip.
The generated archive includes blend-project-pack.json, a local diagnostic manifest with dependency graph data, warnings, copy decisions, and SHA-256 package inventory.
The extension is local-only and works offline
.blend files, with linked cache copying and path rewrites.base_path handling.This extension requests the following permission:
Read scene assets and write zip archives