Marc-Antoine Lortie
|
b23c0b0637
Uniformized error codes (return values) in assimp_cmd.
|
5 years ago |
Marc-Antoine Lortie
|
4e7e47bd43
Updated copyright dates.
|
5 years ago |
Gordon MacPherson
|
fbb34b1de1
ScaleProcess overhauled to improve compatibility with animations and unit conversion.
|
6 years ago |
kimkulling
|
a06133ab52
Update copyrights.
|
6 years ago |
d
|
95c0deaaff
added DropFaceNormals process
|
6 years ago |
Alexandre Avenel
|
b3e858956a
Fix #2149 Add flag to embed textures in assimp_cmd
|
6 years ago |
Kim Kulling
|
f7d0e05018
closes https://github.com/assimp/assimp/issues/1952: check for postprocessing parameter before try to parse -f
|
7 years ago |
Tommy
|
ce7673979b
assimp_cmd export: print error message on failure.
|
7 years ago |
Kim Kulling
|
b049933d2f
update license dates.
|
7 years ago |
Kim Kulling
|
919f2a1ea9
Commandline tool: fix url to project space.
|
8 years ago |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 years ago |
Kim Kulling
|
8ba10cf26a
Closes https://github.com/assimp/assimp/issues/966: add missing doc for
|
9 years ago |
Kim Kulling
|
df9bb8b915
Update license date.
|
9 years ago |
rmitton
|
957426ed72
Tiny misc fixes for documentation
|
9 years ago |
Richard
|
c25690f0e4
Refactor: Use LF line endings for source files
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
Léo Terziman
|
e7e0a5a090
Fixed assimp_cmd version message
|
11 years ago |
Léo Terziman
|
9cc1e8fa1c
Fixed assimp_cmp version output message
|
11 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
2b4126a7e3
- assimp_cmd: add Debone & SplitByBoneCount to thee list of supported pp steps.
|
14 years ago |
aramis_acg
|
d85c16b52f
assimp_cmd: fix possible crash in assimp export if the file can be imported, cosmetic fixes.
|
14 years ago |
aramis_acg
|
eb4afe8f91
+ Implement export utility into assimp_cmd.
|
14 years ago |
aramis_acg
|
9d69165ae7
assimp_cmd now specifies the GLOB_MEASURE_TIME propery
|
15 years ago |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
aramis_acg
|
c58dcee5b9
Add 'testbatchload' verb to assimp_cmd. It expects a list of input files and loads them all. This is intended to test reusability of a single importer. Not mentioned in doc.
|
15 years ago |
aramis_acg
|
ff53e84749
- Update XML output written by assimp dump. cameras & lights missing, document scheme as well. No guarantees that I won't change it in future without further notice (currently WIP, format to be freezed with our next release).
|
15 years ago |
aramis_acg
|
b26cee19a0
assimp info now prints min,max and center points of a model.
|
15 years ago |
aramis_acg
|
26a96340ff
- Add 'info' utility to assimp_cmd. It displays quick file statistics, texture dependencies, file structure.
|
15 years ago |
aramis_acg
|
98bac7094b
Resolve GCC warnings in assimp_cmd
|
15 years ago |
aramis_acg
|
5738860990
- Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
|
15 years ago |