Skip to content

Commit cb1e959

Browse files
committed
Update changelog for 0.4 release
1 parent d088d37 commit cb1e959

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

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

22
# Changelog
33

4+
## Version 0.4 - 2024-07-15
5+
6+
Added
7+
* Asset resolver support (thanks, [@expenses](https://github.com/expenses)!)
8+
* Command line option to print licenses
9+
* Display name attribute for most glTF objects
10+
* Dynamic _emitMtlx_ Sdf file format argument
11+
* Explicit documentation of GUC_BUILD_USDGLTF to README (thanks, [@expenses](https://github.com/expenses)!)
12+
* Help (-h / --help) command-line option
13+
* Support for [KHR_materials_unlit](https://github.com/KhronosGroup/glTF/blob/082d5a98f479c37dff18767982d1431fc6c014fd/extensions/2.0/Khronos/KHR_materials_unlit/README.md) extension
14+
* Third-party licenses to LICENSE file
15+
16+
Changed
17+
* Default input values are not authored anymore in MaterialX networks
18+
* Default material binding is now used when MaterialX is disabled (thanks, [@lanxinger](https://github.com/lanxinger)!)
19+
* Fallback tangents are now only generated if MaterialX is enabled
20+
* Improved prim naming heuristics
21+
* MaterialX 1.38.6 is now required
22+
* Prebuilt binaries do not require a specific Python version anymore
23+
* Primvar naming does not emit suffix for index 0 anymore
24+
* Removed dependency on OpenImageIO (stb_image is used as a fallback)
25+
* Removed explicit color space transformations
26+
* Removed glTF PBR implementation options
27+
* Renamed Sdf plugin id from 'glTF' to 'gltf' to conform with other projects
28+
* Reorder command line arguments to conform with UNIX conventions
29+
30+
Fixed
31+
* False-positive MSVC warning caused by Boost macros
32+
* Incorrect UsdPreviewSurface Sdf value types
33+
* Incorrect warning about greyscale texture alpha channel
34+
* Material name not being preserved if it starts with an underscore
35+
* Missing '.glb' extension in Sdf plugin definition
36+
* Missing UsdLux extents
37+
* Typo in Sdf plugin that could prevent file reading
38+
* UsdLuxShapingAPI not being applied
39+
440
## Version 0.3 - 2023-07-26
541

642
Added

0 commit comments

Comments
 (0)