We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc1627 commit b66cf53Copy full SHA for b66cf53
package/download_blender.sh
@@ -4,7 +4,7 @@
4
# Usage: bash download_blender.sh 2.93 out
5
set -eEu
6
7
-SUPPORTED_VERSIONS=("2.80" "2.81" "2.82" "2.83" "2.90" "2.91" "2.92" "2.93" "3.00")
+SUPPORTED_VERSIONS=("2.80" "2.81" "2.82" "2.83" "2.90" "2.91" "2.92" "2.93" "3.00" "3.10" "3.11" "3.12")
8
9
declare -A BLENDER_BINARY_URL=(
10
["v2.80"]="https://download.blender.org/release/Blender2.80/blender-2.80-linux-glibc217-x86_64.tar.bz2"
0 commit comments