summaryrefslogtreecommitdiffstats
path: root/test/unit/ImportExport
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-0517-17/+17
* Cleanup unit tests that export files by making sure those files are deleted o...Gene Walters2024-10-301-2/+13
* Fix issue 5816 (cone.nff load failure): repair faulty line in 3D model file (...Steve M2024-10-301-1/+1
* Fix issue 2889 (molecule_ascii.cob load failure): change integers to floating...Steve M2024-10-191-3/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-2317-17/+17
* Add a test before generating the txture folderKim Kulling2023-12-291-0/+70
* Make unit test more useful in case importer breaks againPencilAmazing2023-07-021-1/+5
* Apply clang-format to unit testPencilAmazing2023-07-021-9/+9
* Use ASSERT_NE to check that scene has loadedTuro Lamminen2023-03-213-19/+19
* Replace typedef by using.Marc-Antoine Lortie2023-03-141-2/+2
* Improved comments.Marc-Antoine Lortie2023-03-131-0/+2
* Simplified HL1 MDL nodes tests.Marc-Antoine Lortie2023-03-131-35/+63
* Adjust emptyBonesNames test.Marc-Antoine Lortie2023-03-131-1/+12
* Added a test to validate HL1 MDL bone hierarchy.Marc-Antoine Lortie2023-03-131-0/+67
* Re-enable Terragen loader unit testTuro Lamminen2023-02-031-4/+3
* Fix build error: ‘temp’ may be used uninitialized in this function [-Werr...Ralf Habacker2022-10-131-2/+2
* FIX: Fix not initialized enums in unittest.Kim Kulling2022-09-181-3/+3
* FIX: Initialize uninitialized enum in unittest.Kim Kulling2022-09-181-1/+1
* Add a handful of missing fixesAaron Gokaslan2022-09-011-4/+2
* Update copyrightsKim Kulling2022-01-1017-17/+17
* Disable m3d tesatKim Kulling2021-11-131-0/+1
* Merge branch 'master' into debian-fixesKim Kulling2021-10-181-0/+4
|\
| * Add some exporter macros.Kim Kulling2021-10-171-0/+4
* | Fix spelling mistakeIOhannes m zmölnig2021-10-081-1/+1
|/
* Add export property for assimp json exporter to write compressed json (withou...kovacsv2021-08-271-1/+12
* removed trailing spaces and tabs from source and textKrishty2021-07-291-2/+2
* Update copyrights to 2021.Kim Kulling2021-02-2818-18/+18
* Move format importer and exporter into its won folder.Kim Kulling2020-05-023-3/+3
* Merge branch 'master' into kimkulling_devKim Kulling2020-04-044-4/+0
|\
| * Removed unneeded SceneDiffer.h includes.Marc-Antoine Lortie2020-03-314-4/+0
* | Disable terragen test.Kim Kulling2020-03-311-2/+3
* | add terragen importer unittest.Kim Kulling2020-03-301-0/+59
* | fix possible warningsKim Kulling2020-03-301-6/+6
* | Merge branch 'master' into kimkulling_devKim Kulling2020-03-2316-193/+128
|\|
| * reformat unittests.Kim Kulling2020-03-2216-187/+120
| * Merge branch 'enable_vs_warning_all' of https://github.com/assimp/assimp into...kimkulling2020-03-112-3/+3
| |\
| | * fix compiler warnings in tools and test-Kim Kulling2020-03-112-7/+9
| * | fix warningskkulling2020-03-111-6/+8
| |/
* | Merge branch 'master' into kimkulling_devKim Kulling2020-02-1614-28/+154
|\|
| * Update utMDLImporter.cppKim Kulling2020-01-251-2/+2
| * Added support to load HL1 MDL external texture files directly.Marc-Antoine Lortie2020-01-241-2/+13
| * Merge branch 'master' into update-copyright-end-dateKim Kulling2020-01-222-13/+128
| |\
| | * Add more XGL unit testsTuro Lamminen2020-01-211-0/+48
| | * Refactor XGL unit testTuro Lamminen2020-01-211-13/+7
| | * Add MD3 importer unit testsTuro Lamminen2020-01-211-0/+73
| * | Updated copyright dates.Marc-Antoine Lortie2020-01-2013-13/+13
| |/
* | Merge branch 'master' into kimkulling_devKim Kulling2020-01-183-12/+225
|\|
| * Add more COB importer unit testsTuro Lamminen2020-01-151-0/+51
| * Refactor COB import test to not use a classTuro Lamminen2020-01-151-12/+7
| * Add MD5 importer unit testsTuro Lamminen2020-01-151-0/+80