Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.82 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.82 KB

blender-downloader

PyPI Python versions License Tests Coverage status

Multiplatform Python CLI utility that downloads a specific portable release of Blender by version/os/bits from official Blender repositories. The minimum supported version is v2.57.

Install

pip install blender-downloader

Usage

Execute blender-downloader --help to see all supported arguments.

Download release by version number

blender-downloader 2.92

Download current stable release

blender-downloader stable

Download stable release, extract/mount and print blender executable location

blender-downloader stable --extract --print-blender-executable

List all available versions to download

blender-downloader --list