|
| 1 | +v1.2.0 October 22nd, 2025 |
| 2 | +fbx: |
| 3 | + - fix mesh import when fbx mesh is a root node |
| 4 | + - do not require `gtest` if tests are disabled |
| 5 | + - bind meshes that have materials but no elementmaterials |
| 6 | + - add 'triangulatemeshes' import option to allow control of whether triangulation should be performed |
| 7 | + - add generator metadata to USD |
| 8 | + - support bitangents/tangents during import/emport |
| 9 | + - fix material property mapping for non lambert/phong shader models |
| 10 | +gltf: |
| 11 | + - fix material index lookup when material is missing |
| 12 | + - support khr_materials_volume_scatter extension |
| 13 | + - improved support for gltf scattering extension |
| 14 | + - add support for textures with brackets in their file names |
| 15 | + - support EXT_materials_specular_edge_color & EXT_materials_clearcoat_color |
| 16 | + - add generator metadata to USD |
| 17 | + - fix various crashes |
| 18 | + - support bitangents/tangents during import/export |
| 19 | + - fix inverted normal maps |
| 20 | +obj: |
| 21 | + - replace backslash with slash in texture filepath |
| 22 | + - fix crash on loading a file > 2gb |
| 23 | + - allow single value for ke material setting |
| 24 | +ply: |
| 25 | + - fix reading gsplat sh coefficients |
| 26 | + - fix export issues when not all meshes have uvs or normals |
| 27 | + - remove clipping to SH0 for Gsplat |
| 28 | + - fix GSplat import and export and add support to SH4 |
| 29 | +spz: |
| 30 | + - remove clipping to SH0 for Gsplat |
| 31 | + - fix GSplat import and export and add support to SH4 |
| 32 | +sbsar: |
| 33 | + - expose uv texture repeat controls |
| 34 | + - panorama support |
| 35 | + - refactor of sbsar for MaterialX support |
| 36 | + - allow for unlimited cache |
| 37 | + - switching the default normal format to sbsar |
| 38 | +stl: |
| 39 | + - reverse normals on export |
| 40 | + - support empty normals on import |
| 41 | + - calculate geometric normals on import |
| 42 | +utility: |
| 43 | + - increase MaterialX OpenPBR support |
| 44 | + - improve shared file format args |
| 45 | + - refactor input struct & material processing |
| 46 | + - fix for crash in smooth normals computation |
| 47 | + - update test baseline images for 24.11 renderer changes |
| 48 | +cmake: |
| 49 | + - switch from cmake FetchContent to CPM |
| 50 | + - updating openimageio cmake |
| 51 | +usd: |
| 52 | + - adding support for usd 25.05.01 |
| 53 | + |
1 | 54 | v1.1.1 March 10th, 2025 |
2 | 55 | fbx: |
3 | 56 | - added null and index checks |
@@ -262,4 +315,4 @@ utility: |
262 | 315 | - asset resolver fix |
263 | 316 |
|
264 | 317 | v0.9.0 November 10, 2023 |
265 | | -- Initial release of fbx, gltf, obj, ply and stl USD fileformat plugins. |
| 318 | +- Initial release of fbx, gltf, obj, ply and stl USD fileformat plugins. |
0 commit comments