Commit Graph

66 Commits

Author SHA1 Message Date
Chuck Walbourn
460d3c1ff6
Added GitHub Actions for build and security analysis (#164) 2024-07-29 20:11:53 -07:00
J. Peter Mugaas
8c1dab1b89
Fix warnings generated by clang (#132) 2023-12-21 08:13:47 -08:00
Chuck Walbourn
2c5f710064
Fixed -flist handling for filenames with spaces (#125) 2023-10-06 14:18:10 -07:00
Chuck Walbourn
3884626e84
uvatlas updated to support long path names with Windows 10 (#117) 2023-06-13 15:40:05 -07:00
Chuck Walbourn
4a9b77afde
uvatlastool: remove newlines from FORMAT_MESSAGE_FROM_SYSTEM (#114) 2023-05-17 11:37:27 -07:00
Chuck Walbourn
24ebe5bc95
uvatlastool updates for some POSIX like support (#107) 2023-03-27 16:05:21 -07:00
Chuck Walbourn
48ddb5cee4 -c -wf option was not writing Wavefront OBJ MTL file 2022-11-08 00:01:34 -08:00
Chuck Walbourn
4a16541b50 uvatlastool: added -m option to write out remapping text file 2022-11-05 12:45:13 -07:00
Chuck Walbourn
acf451e266 uvatlastool: added -vn switch to visualize normals with -t output 2022-11-05 11:56:21 -07:00
Chuck Walbourn
3f6ba7d92a Code review update 2022-10-25 13:28:22 -07:00
Chuck Walbourn
bc83c3b509 Fixed some missing standard includes for better conformance 2022-05-02 01:36:24 -07:00
Chuck Walbourn
3e5ab8767c Constify uvatlastool 2022-03-12 17:28:02 -08:00
Chuck Walbourn
8775780807 Fixed potential locale issue in parsing -flist 2021-10-28 11:18:12 -07:00
Chuck Walbourn
09e6061114 std::ignore usage instead of (void) for ignoring return values 2021-10-17 11:56:45 -07:00
Chuck Walbourn
e11bb7a45d
uvatlastool: add -uv2 switch (#67) 2021-06-09 13:13:01 -07:00
Chuck Walbourn
829f9cea07 uvatlastool: updated with improved -flist support 2021-06-09 00:21:38 -07:00
Chuck Walbourn
cdff6f9984 Update for FormatMessageW best practice 2021-06-02 15:37:33 -07:00
Chuck Walbourn
7b8d1fc482 Fixed localized error strings 2021-04-28 14:55:29 -07:00
Chuck Walbourn
e3b2087e32 code review for command-line tool 2021-04-24 20:17:25 -07:00
Chuck Walbourn
16cce1642a uvatlas: updated to provide text description for HRESULTs 2021-04-01 01:00:14 -07:00
Chuck Walbourn
4607a948f0 Updated copyright banner 2021-02-26 23:03:04 -08:00
Chuck Walbourn
c4facddd5a A few more Standard C++ Library header cleanups 2021-01-17 12:02:45 -08:00
Chuck Walbourn
91df626c21 Minor code review 2021-01-09 01:49:14 -08:00
Chuck Walbourn
d42b6b0b6f Standard header cleanup 2021-01-07 00:45:32 -08:00
Chuck Walbourn
9a03a2843d Replaced _countof / ARRAYSIZE with std::size 2021-01-02 12:51:18 -08:00
Chuck Walbourn
b2540d7313
Code review for standard library header usage (#55) 2020-12-29 16:51:36 -08:00
Chuck Walbourn
abe3e208b0 Fixed -Wsign-conversion 2020-12-01 15:33:48 -08:00
Chuck Walbourn
31e1b941e5 Made UVATLAS and UVATLAS_IMT options flags strongly typed 2020-11-30 21:50:27 -08:00
Chuck Walbourn
bd5d4e9845 uvatlastool: added -lms and -lfs switches 2020-11-30 21:31:20 -08:00
Chuck Walbourn
23fa6ccb78 Added version info to uvatlastool logo output 2020-08-15 16:12:57 -07:00
Chuck Walbourn
2b2334aff2 UVAtlas tool: added -fn, -fuv, and -fc switches 2020-08-04 22:25:47 -07:00
Chuck Walbourn
a47bf11795 Updates for strongly-typed enum bitmasks in DirectXMesh 2020-05-30 22:43:26 -07:00
Chuck Walbourn
9931762719 Fixed printf warnings 2020-05-19 20:18:06 -07:00
Chuck Walbourn
2685ba9175 uvatlastool: added -l switch 2020-04-13 17:32:16 -07:00
Chuck Walbourn
4f56640015 Code review ported over from meshconvert 2020-02-13 17:10:32 -08:00
Chuck Walbourn
2bbef8687c Code review and more work on WaveFront OBJ export 2020-02-13 16:38:41 -08:00
WurmD
d76167c423
Support export to WaveFront OBJ file (#47) 2020-02-13 12:31:58 -08:00
Chuck Walbourn
43235d6444 Minor code review 2020-01-19 01:38:37 -08:00
Chuck Walbourn
c138b0e060
Add CMake project and fix clang warnings (#28) 2019-12-01 10:23:59 -08:00
Chuck Walbourn
c250c3dd5e SDKMESH2 export support for PBR materials 2019-02-08 22:18:38 -08:00
Chuck Walbourn
909a24e3f1 Minor code review 2019-02-07 14:57:28 -08:00
Chuck Walbourn
8af57ff167 uvatlastool: code refactor 2018-07-20 13:25:35 -07:00
Chuck Walbourn
0e346a60f7 uvatlas tool: added -flipu, -ib32 switches 2018-06-13 11:54:47 -07:00
Chuck Walbourn
48d97d794e Minor code review feedback 2018-06-07 18:29:43 -07:00
Chuck Walbourn
e825c588ef Minor code review feedback 2018-06-06 01:42:57 -07:00
Chuck Walbourn
041f6c9be3
Retire Windows 8.1 Store and VS 2013 projects (#19)
* Retire VS 2013 projects
* Updated warning supression
* Use ``%zu`` instead of ``%Iu``
2018-05-01 16:55:35 -07:00
Chuck Walbourn
5e6ab91108 Fixed up comment header block 2018-02-23 23:10:23 -08:00
Chuck Walbourn
7876ffb5a9 Minor code update 2018-01-18 15:31:38 -08:00
Chuck Walbourn
3aa401728c uvatlas: explictily warn about no FBX support 2018-01-08 12:20:13 -08:00
Chuck Walbourn
370b50981f uvatlas tool updated with -flist 2017-09-19 11:14:28 -07:00