Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
11.x.x (relative to 11.0.0a6)
------


- MaterialX : Updated to version 1.39.4.
- PyBind11 : Updated to version 2.13.6.
- USD : Updated to version 26.05.

11.0.0a6 (relative to 11.0.0a5)
--------
Expand Down
2 changes: 1 addition & 1 deletion MaterialX/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/AcademySoftwareFoundation/MaterialX/archive/refs/tags/v1.39.3.tar.gz",
"https://github.com/AcademySoftwareFoundation/MaterialX/archive/refs/tags/v1.39.4.tar.gz",

],

Expand Down
2 changes: 1 addition & 1 deletion PyBind11/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/pybind/pybind11/archive/v2.10.4.tar.gz"
"https://github.com/pybind/pybind11/archive/v2.13.6.tar.gz"

],

Expand Down
2 changes: 1 addition & 1 deletion USD/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"downloads" : [

"https://github.com/PixarAnimationStudios/OpenUSD/archive/refs/tags/v26.03.tar.gz"
"https://github.com/PixarAnimationStudios/OpenUSD/archive/refs/tags/v26.05.tar.gz"

],

Expand Down
Loading