| Commit message (Expand) | Author | Age | Files | Lines |
| * | Restore merging of near-identical vertices for JoinIdenticalVertices (#6278) | Matt Penny | 2025-09-21 | 1 | -1/+60 |
| * | Refactorings: glTF cleanups (#6028) | Kim Kulling | 2025-03-05 | 1 | -1/+1 |
| * | Simplify JoinVerticesProcess (#5895) | Julian Knodt | 2024-11-27 | 1 | -117/+5 |
| * | Add 2024 to copyright infos (#5475) | Kim Kulling | 2024-02-23 | 1 | -1/+1 |
| * | include memory.h to fix compile error | ockeymm | 2023-10-01 | 1 | -0/+1 |
| * | Use unique_ptr to release old vertices data. | ockeymm | 2023-10-01 | 1 | -13/+7 |
| * | Reduce memory consumption in JoinVerticesProcess::ProcessMesh() significantly | ockeymm | 2023-10-01 | 1 | -29/+29 |
| * | Fix: Fix typo | Kim Kulling | 2023-02-16 | 1 | -8/+1 |
| * | Review finding: Use constexpr instead of macro | Kim Kulling | 2023-02-16 | 1 | -1/+2 |
| * | fix typo, use a macro to avoid magic numbers. | sunjc | 2023-02-08 | 1 | -5/+7 |
| * | fix regression in join vertices post process. | sunjc | 2023-02-07 | 1 | -11/+3 |
| * | usedVertexIndicesMask is now based on vector<boo> instead of vector<uint> | AdamCichocki | 2023-01-23 | 1 | -5/+4 |
| * | Optimized usedVertexIndices by using bitmask instead of unordered_set | AdamCichocki | 2023-01-23 | 1 | -6/+7 |
| * | Merge branch 'master' into trim-whitespace | Kim Kulling | 2023-01-22 | 1 | -19/+30 |
| |\ |
|
| | * | Generalize JoinVerticesProcess for multiple UV and color channels | Daniel Rösner | 2023-01-12 | 1 | -19/+30 |
| * | | Trim Trailing Whitespace | Krishty | 2023-01-16 | 1 | -3/+3 |
| |/ |
|
| * | Merge branch 'master' into patch-1 | Kim Kulling | 2022-09-04 | 1 | -6/+2 |
| |\ |
|
| | * | Merge branch 'master' into explicitly-default-dtors | Kim Kulling | 2022-08-30 | 1 | -2/+1 |
| | |\ |
|
| | * | | Manually fix up 100 more instances where it should be defaulted | Aaron Gokaslan | 2022-08-25 | 1 | -6/+2 |
| * | | | fix vertices being joined duplicating weights | Gargaj | 2022-08-31 | 1 | -0/+10 |
| | |/
|/| |
|
| * | | Wrong object is created here! | J.G.Adams | 2022-08-26 | 1 | -2/+1 |
| |/ |
|
| * | Fix compier warning | Kim Kulling | 2022-05-14 | 1 | -2/+2 |
| * | Fixed formattings. | Kim Kulling | 2022-05-14 | 1 | -52/+35 |
| * | add more comments | motazmuhammad | 2022-05-13 | 1 | -9/+15 |
| * | Revert "use unordered_set to accelerate the vertix merging" | motazmuhammad | 2022-05-13 | 1 | -8/+15 |
| * | use unordered_set to accelerate the vertix merging | motazmuhammad | 2022-05-13 | 1 | -53/+39 |
| * | Update copyrights | Kim Kulling | 2022-01-10 | 1 | -1/+1 |
| * | No need to distinguish formatting log functions. | Malcolm Tyrrell | 2021-05-13 | 1 | -2/+2 |
| * | Update copyrights to 2021. | Kim Kulling | 2021-02-28 | 1 | -1/+1 |
| * | replace NULL and avoid ai_assert with more than 2 tests. | Kim Kulling | 2020-06-23 | 1 | -4/+4 |
| |\ |
|
| | * | Use verbose debug logging in certain places | Malcolm Tyrrell | 2020-05-15 | 1 | -1/+1 |
| |/ |
|
| * | Updated copyright dates. | Marc-Antoine Lortie | 2020-01-20 | 1 | -1/+1 |
| * | Stop JoinVerticiesProcess removing bones from mesh as per #2596 | Gordon MacPherson | 2019-08-19 | 1 | -25/+0 |
| * | Reorg of code. | Kim Kulling | 2019-06-06 | 1 | -0/+463 |