Skip to content

Commit 2f8b8a8

Browse files
committed
Update changelog for v0.5 release
1 parent 8a0dbd0 commit 2f8b8a8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11

22
# Changelog
33

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
21+
* Updated documentation
22+
423
## Version 0.4 - 2024-07-15
524

625
Added

0 commit comments

Comments
 (0)