summaryrefslogtreecommitdiffstats
path: root/code/Common/Exporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Obj: remove smooth-normals postprocessing (#6031)Kim Kulling2025-03-031-5/+3
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Fix PBRT exporter coordinate systemSamuel Kogler2023-05-031-1/+1
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-1/+1
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-11/+2
* Apply modernize-use-emplace clang-tidy ruleAaron Gokaslan2022-08-231-34/+34
* Update copyrightsKim Kulling2022-01-101-1/+1
* removed trailing spaces and tabs from source and textKrishty2021-07-291-2/+2
* Pass base name from export properties to the IO system.Carsten Rudolph2021-05-071-1/+3
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Merge branch 'master' of https://github.com/assimp/assimp into tdb/pbrt3_expo...Matt Pharr2021-01-111-10/+59
|\
| * Fix an unreferenced formal parameter warning on MSVC when no exporter is builtDenis Blank2020-09-051-0/+2
| * Disable MSVC warnings on all MSVCRichardTea2020-07-171-2/+2
| * Merge branch 'master' into gltf1_gltf2_splitKim Kulling2020-07-161-3/+16
| |\
| | * Merge branch 'master' into extras_property_callbackKim Kulling2020-07-111-2/+2
| | |\
| | | * closes https://github.com/assimp/assimp/issues/3252: fix build.upstream/issue_3252kimkulling2020-07-071-2/+2
| | * | update syncYingying Wang2020-06-301-4/+3
| | |\ \
| | | * | extra callbackywang2020-06-111-3/+2
| | | * | tempywang2020-06-101-1/+1
| | * | | sync updateYingying Wang2020-06-301-1/+1
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | * | add Callback API in ExporterPropertiesYingying Wang2020-06-091-1/+15
| * | | * Added ASSIMP_BUILD_NO_GLTF1_IMPORTER, ASSIMP_BUILD_NO_GLTF2_IMPORTER, ASSIM...Max Vollmer2020-07-051-1/+4
| | |/ | |/|
| * | replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-4/+33
| |\|
| | * Merge branch 'master' into ifdef_export_definesKim Kulling2020-04-161-2/+5
| | |\ | | |/ | |/|
| | * Fix typoKim Kulling2020-04-161-1/+1
| | * ifdef the exporters as specifying harsher linker flags than what's in default...Sebastian Matusik2020-03-041-3/+32
* | | Checkpoint improvements to pbrt exporterMatt Pharr2021-01-081-1/+1
* | | Got a working geometry prototype, sponza renders correctly when camera and li...Trevor David Black2020-04-251-1/+1
* | | Pbrt file exporter hello worldTrevor David Black2020-04-061-0/+5
|/ /
* / fix vs2013 specific warnings.Kim Kulling2020-03-181-2/+5
|/
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* Update M3D ASCII exporter ident and extensionRichardTea2019-12-091-2/+2
* Update Exporter.cppKim Kulling2019-12-011-1/+1
* Merge branch 'master' into fix_vertex_weighted_repeatedlyKim Kulling2019-12-011-1/+1
|\
| * Remove duplicate call to exporter. Fixes issue #2718.Paul Arden2019-11-251-2/+1
* | Merge branch 'master' into fix_vertex_weighted_repeatedlyKim Kulling2019-11-221-63/+64
|\|
| * closes https://github.com/assimp/assimp/issues/1320: make sure build works wi...Kim Kulling2019-11-101-63/+64
* | avoid weighting vertex repeatedly when joining identical verticesYingying Wang2019-11-051-2/+1
|/
* Added M3D format supportbzt2019-10-291-0/+7
* Merge branch 'master' into thomasbiang-fix_issue_joinIdenticalVertices_notNeededKim Kulling2019-09-071-29/+1
|\
| * Make IsVerbose accessible outside the exporterMalcolm Tyrrell2019-08-301-29/+1
* | respect export flag if aiJoinIdenticalVertices is not neededywang2019-08-121-1/+4
|/
* Update Exporter.cppKim Kulling2019-07-291-1/+1
* Add unit test of valid and unique Exporter IDs, rename assjson idRichardTea2019-07-251-3/+3
* Fix issue #2557Pierre Anquez2019-07-231-1/+1
* Assjson: add json export to list of exporters.kkulling2019-07-111-1/+6
* Fix the compile pass, still unresolved symbols.Kim Kulling2019-06-101-8/+9
* Reorg of code.Kim Kulling2019-06-061-0/+648