Skip to content

Commit ae234da

Browse files
davidgyupixar-oss
authored andcommitted
[build_usd.py] Updated OpenSubdiv to v3.6.1
(Internal change: 2379329)
1 parent f0c6a7f commit ae234da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Our test machines have the following software versions installed.
1919
| Python | 3.9.16 | 3.9.13 | 3.9.13 |
2020
| Intel TBB | 2020.3 | 2020.3 | 2020.3 |
2121
| OneTBB | 2021.9 | 2021.9 | 2021.9 |
22-
| OpenSubdiv | 3.6.0 | 3.6.0 | 3.6.0 |
22+
| OpenSubdiv | 3.6.1 | 3.6.1 | 3.6.1 |
2323
| OpenImageIO | 2.5.16.0 | 2.5.16.0 | 2.5.16.0 |
2424
| OpenColorIO | 2.2.1 | 2.2.1 | 2.2.1 |
2525
| OSL | 1.13.11 | | |

build_scripts/build_usd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ def InstallOpenColorIO(context, force, buildArgs):
14481448
############################################################
14491449
# OpenSubdiv
14501450

1451-
OPENSUBDIV_URL = "https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_6_0.zip"
1451+
OPENSUBDIV_URL = "https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_6_1.zip"
14521452

14531453
def InstallOpenSubdiv(context, force, buildArgs):
14541454
with CurrentWorkingDirectory(DownloadURL(OPENSUBDIV_URL, context, force)):

0 commit comments

Comments
 (0)