microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
786 stars 152 forks source link

meshconvert updated to support long path names with Windows 10 #102

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

Updates meshconvert to support very long file names with Windows 10 (Version 1607) or later.

Note that the tool does not support UNC style \\?\ long paths as those are not supported by std::filesystem.

walbourn commented 1 year ago

Related to https://github.com/microsoft/DirectXTex/issues/193