You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,25 @@
1
1
2
2
# Changelog
3
3
4
+
## Version 0.5 - 2025-11-16
5
+
6
+
Added
7
+
* Compatibility with monolithic USD builds
8
+
* Guard for UsdObject::SetDisplayName deprecation
9
+
* Option to skip glTF validation
10
+
* Support for [EXT_meshopt_compression](https://github.com/KhronosGroup/glTF/blob/082d5a98f479c37dff18767982d1431fc6c014fd/extensions/2.0/Vendor/EXT_meshopt_compression/README.md) extension
11
+
* Support for [KHR_draco_mesh_compression](https://github.com/KhronosGroup/glTF/blob/082d5a98f479c37dff18767982d1431fc6c014fd/extensions/2.0/Khronos/KHR_draco_mesh_compression/README.md) extension
12
+
* Support for [KHR_mesh_quantization](https://github.com/KhronosGroup/glTF/blob/082d5a98f479c37dff18767982d1431fc6c014fd/extensions/2.0/Khronos/KHR_mesh_quantization/README.md) extension
13
+
* UsdPreviewSurface opacityMode input for alpha cutout
14
+
15
+
Changed
16
+
* Improved OpenImageIO error handling
17
+
* MaterialX 1.39 normal map node is now used instead of custom logic
18
+
* Removed HdStorm-compat option
19
+
* Replaced reindexing with native primvar interpolation
20
+
* Switched from bitangent signs to vector3 primvar
0 commit comments