Reverting to pulling from Blender.org since Gemini led me astray that GitHub had the official releases (it does not)

This commit is contained in:
2026-08-10 06:03:14 -04:00
parent 3b8ae0e0cf
commit 535e254876
2 changed files with 11 additions and 4 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{% from "blender/map.jinja" import blender with context %}
# 1. Download and extract directly from GitHub Releases
# 1. Download and extract directly from download.blender.org
blender_extract_tarball:
archive.extracted:
- name: {{ blender.archive_dir }}
@@ -9,6 +9,9 @@ blender_extract_tarball:
- enforce_ownership_on: {{ blender.archive_dir }}
- options: '--strip-components=1'
- if_missing: {{ blender.archive_dir }}/blender
# Pass a modern browser User-Agent to bypass CDN bot filters
- http_headers:
User-Agent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'
# 2. Maintain generic symlink pointing to active version
blender_opt_symlink: