[Bf-blender-cvs] [59c1029e200] master: install_deps: bump USD version to 21.02.

Bastien Montagne noreply at git.blender.org
Thu Feb 25 11:57:57 CET 2021


Commit: 59c1029e200967314d6f50b4834ca9dd0c2f9bf3
Author: Bastien Montagne
Date:   Thu Feb 25 11:56:14 2021 +0100
Branches: master
https://developer.blender.org/rB59c1029e200967314d6f50b4834ca9dd0c2f9bf3

install_deps: bump USD version to 21.02.

Should have been part of D10367/rBa923a34de19c, but for some reasons it
did not make it into final commit...

Re T85365.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 1cff996e924..259a0bd0c33 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -526,10 +526,10 @@ ALEMBIC_FORCE_BUILD=false
 ALEMBIC_FORCE_REBUILD=false
 ALEMBIC_SKIP=false
 
-USD_VERSION="20.08"
-USD_VERSION_SHORT="20.08"
+USD_VERSION="21.02"
+USD_VERSION_SHORT="21.02"
 USD_VERSION_MIN="20.05"
-USD_VERSION_MAX="21.00"
+USD_VERSION_MAX="22.00"
 USD_FORCE_BUILD=false
 USD_FORCE_REBUILD=false
 USD_SKIP=false



More information about the Bf-blender-cvs mailing list