diff --git a/build_scripts/build_usd.py b/build_scripts/build_usd.py index 21281371cd..3a04e08d82 100644 --- a/build_scripts/build_usd.py +++ b/build_scripts/build_usd.py @@ -1536,9 +1536,9 @@ def InstallEmbree(context, force, buildArgs): ############################################################ # AnimX -# This GitHub project has no releases, so we take the latest. -# As of 2023, there have been no commits since 2018. -ANIMX_URL = "https://github.com/Autodesk/animx/archive/refs/heads/master.zip" +# This GitHub project has no releases, so we fixed on the latest commit as of +# 2024-02-06 - 5db8ee4, which was committed on 2018-11-05 +ANIMX_URL = "https://github.com/Autodesk/animx/archive/5db8ee416d5fa7050357f498d4dcfaa6ff3f7738.zip" def InstallAnimX(context, force, buildArgs): with CurrentWorkingDirectory(DownloadURL(ANIMX_URL, context, force)):