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.3 - 2023-07-26
5
+
6
+
Added
7
+
* Binaries for USD v23.08 with MaterialX 1.38.7
8
+
* Metainfo that UsdGlTF plugin does not support writing
9
+
* Support for [KHR_materials_emissive_strength](https://github.com/KhronosGroup/glTF/blob/d3382c30eca18312bd9cc0b36d6a9ae60e1f1bae/extensions/2.0/Khronos/KHR_materials_emissive_strength/README.md) extension
10
+
* Support for [KHR_materials_iridescence](https://github.com/KhronosGroup/glTF/tree/d3382c30eca18312bd9cc0b36d6a9ae60e1f1bae/extensions/2.0/Khronos/KHR_materials_iridescence/README.md) extension
11
+
* Support for [KHR_materials_variants](https://github.com/KhronosGroup/glTF/blob/d3382c30eca18312bd9cc0b36d6a9ae60e1f1bae/extensions/2.0/Khronos/KHR_materials_variants/README.md) extension
12
+
* Support for [KHR_texture_transform](https://github.com/KhronosGroup/glTF/blob/d3382c30eca18312bd9cc0b36d6a9ae60e1f1bae/extensions/2.0/Khronos/KHR_texture_transform/README.md) extension
13
+
* Warnings about unsupported optional extensions
14
+
15
+
Changed
16
+
* Disabled file glTF PBR implementation option on USD v23.08+ due to an internal crash
17
+
* Renamed 'tangentSigns' primvar to 'bitangentSigns'
18
+
* Updated [Ecosystem Limitations](docs/Ecosystem_Limitations.md) document with latest USD/MaterialX versions
19
+
20
+
Fixed
21
+
* Normalmap UsdUVTexture:scale[3] not matching USD complianceChecker
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ All glTF features except animation and skinning are implemented and get continuo
23
23
24
24
### Build
25
25
26
-
You need <ahref="https://github.com/PixarAnimationStudios/OpenUSD/tree/v23.08">USD 22.11+</a> with MaterialX and OpenImageIO support enabled.
26
+
You need USD v22.11+ (e.g. <ahref="https://github.com/PixarAnimationStudios/OpenUSD/tree/v23.08">v23.08</a>) with MaterialX and OpenImageIO support enabled.
27
27
28
28
Do a recursive clone of the repository and set up a build folder:
29
29
```
@@ -69,10 +69,9 @@ An example asset conversion is described in the [Structure Mapping](docs/Structu
69
69
70
70
Name | Status
<sup>\[1\]</sup> Spotlight cone falloff is ignored.
90
86
<sup>\[2\]</sup> Thickness is <ahref="https://github.com/AcademySoftwareFoundation/MaterialX/pull/861">not supported</a> by the MaterialX glTF PBR implementation.
0 commit comments