diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a3d8f..c7b52fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Release available for download on [GitHub](https://github.com/walbourn/contentex ## Release History +### October 9, 2024 +* Updated for DirectXTex, DirectXMesh, and UVAtlas September 2024 releases + ### June 5, 2024 * Updated for FBX SDK 2020.3.7 * Updated for DirectXTex, DirectXMesh, and UVAtlas Jun 2024 releases @@ -140,7 +143,7 @@ Release available for download on [GitHub](https://github.com/walbourn/contentex * Added new command-line option: * ``-flipz`` (default+) to control negation of z component for LH vs. RH view coordinates * Fixed ``-applyglobaltrans`` to transform exported normals -* Updated DirectXTex, UVAtlas, DirectXMesh libraries +* Updated DirectXTex, UVAtlas, DirectXMesh libraries * Minor code cleanup ### July 29, 2015 @@ -152,7 +155,7 @@ Release available for download on [GitHub](https://github.com/walbourn/contentex * ``-lightmaps`` macro to set up for exporting meshes using lightmap textures * Fixed problems with export of multiple uv sets and per-vertex colors * Added some more warnings related to uv sets -* Updated DirectXTex, UVAtlas, DirectXMesh libraries +* Updated DirectXTex, UVAtlas, DirectXMesh libraries ### June 25, 2015 * Added new command-line options: diff --git a/README.md b/README.md index a07469a..3bbcbb8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ https://aka.ms/dxsdkcontentexporter Copyright (c) Microsoft Corporation. -**June 5, 2024** +**October 9, 2024** The **Samples Content Exporter** was shipped as a sample in the legacy DirectX SDK. It makes use of the [Autodesk FBX SDK](http://autodesk.com/fbx) to import an FBX file and then export the data as an ``.SDKMESH``. The ``.SDKMESH`` format is a runtime geometry format supported by the _DirectX Tool Kit_ for [DX11](http://go.microsoft.com/fwlink/?LinkId=248929) / [DX12](http://go.microsoft.com/fwlink/?LinkID=615561) and [DXUT](http://go.microsoft.com/fwlink/?LinkId=320437), and is used in the Windows sample [Marble Maze](https://docs.microsoft.com/samples/microsoft/windows-appsample-marble-maze/directx-marble-maze-game-sample/). diff --git a/exportobjects/ExportObjects2019.vcxproj b/exportobjects/ExportObjects2019.vcxproj index 109f39b..9cff2d5 100644 --- a/exportobjects/ExportObjects2019.vcxproj +++ b/exportobjects/ExportObjects2019.vcxproj @@ -155,16 +155,16 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}. - - - + + + \ No newline at end of file diff --git a/exportobjects/packages.config b/exportobjects/packages.config index 5c58986..ac7d617 100644 --- a/exportobjects/packages.config +++ b/exportobjects/packages.config @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file diff --git a/importfbx/ImportFBX2019.vcxproj b/importfbx/ImportFBX2019.vcxproj index 8c69eda..5ab0d93 100644 --- a/importfbx/ImportFBX2019.vcxproj +++ b/importfbx/ImportFBX2019.vcxproj @@ -177,9 +177,9 @@ - - - + + + @@ -187,8 +187,8 @@ - - - + + + \ No newline at end of file diff --git a/importfbx/packages.config b/importfbx/packages.config index e01813e..0203791 100644 --- a/importfbx/packages.config +++ b/importfbx/packages.config @@ -1,8 +1,8 @@  - - + + - + \ No newline at end of file