45 Commits (83c7a8f6c3ca80f5876adfe7e2bca2efe79cc9f2)

Author SHA1 Message Date
Vladimír Vondruš b91b0b24cd sceneconverter: add --remove-duplicate-materials. 2 years ago
Vladimír Vondruš 101799acb7 sceneconverter: use colored string comparison in the test. 2 years ago
Vladimír Vondruš 0edec05963 SceneTools: properly describe plugin dependencies of a test. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš e677dc12d5 sceneconverter: adapt tests to DDS, KTX and glTF plugin changes. 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 05f42fb446 sceneconverter: adapt test to GltfSceneConverter changes. 3 years ago
Vladimír Vondruš c5d2472a03 sceneconverter: add a --set option for setting arbitrary plugin config. 3 years ago
Vladimír Vondruš 13d0b0b1c7 sceneconverter: add a --prefer option for plugin overrides. 3 years ago
Vladimír Vondruš 12c58babe2 sceneconverter: add --passthrough-on-*-converter-failure. 3 years ago
Vladimír Vondruš eabba4f155 Trade,SceneTools: use lowercase in custom field / attribute name tests. 3 years ago
Vladimír Vondruš 1436dcbab5 sceneconverter: typos in the test. 3 years ago
Vladimír Vondruš 2d1f71d80b {image,scene}converter: use shorter Array construction in --info tests. 3 years ago
Vladimír Vondruš 4059d1136a sceneconverter: correctly mark test case plugin requirements. 3 years ago
Vladimír Vondruš e9aa7094c9 sceneconverter: don't load the importer plugin for --info-converter. 3 years ago
Vladimír Vondruš 3c51914bdf sceneconverter: adapt the test to (upcoming) UfbxImporter changes. 3 years ago
Vladimír Vondruš ee9e2e96be sceneconverter: implement a --phong-to-pbr option. 3 years ago
Vladimír Vondruš b38b05cae1 sceneconverter: verify also the unimplemented case for 1D images. 3 years ago
Vladimír Vondruš fee4de16fe sceneconverter: test also behavior with ignored contents. 3 years ago
Vladimír Vondruš 427d6be514 sceneconverter: make the test instances easier to read. 3 years ago
Vladimír Vondruš 6dd78afd28 sceneconverter: improve some comments in the test. 3 years ago
Vladimír Vondruš b3a9582455 Trade: add verbose output for SceneConverter::addImporterContents(). 4 years ago
Vladimír Vondruš 1431dbc822 sceneconverter: check for proper plugin dependencies in the test. 4 years ago
Vladimír Vondruš 51fe5c0c8e {image,scene}converter: use StringIterable to simplify tests. 4 years ago
Vladimír Vondruš e808d10c85 sceneconverter: adapt tests to GltfImporter and SceneConverter changes. 4 years ago
Vladimír Vondruš cc9159d387 {scene,image}converter: add --info options for plugins. 4 years ago
Vladimír Vondruš 7067ed91c8 {scene,image}converter: split implementation and executable tests. 4 years ago
Vladimír Vondruš c7638f8c47 sceneconverter: generalize --info test a bit. 4 years ago
Vladimír Vondruš 30bd1cd3b6 Trade: add MaterialDataType::Buffer. 4 years ago
Vladimír Vondruš 7c5089617a sceneconverter: ability to apply a converter to each image in the scene. 4 years ago
Vladimír Vondruš 0465cf030c sceneconverter: simplify plugin load error tests a bit. 4 years ago
Vladimír Vondruš 6d2a585e06 sceneconverter: minor. 4 years ago
Vladimír Vondruš 387d0dcd84 sceneconverter: ability to apply a converter to each mesh in the scene. 4 years ago
Vladimír Vondruš 2dc27439d0 sceneconverter: print packed feature enums in error messages. 4 years ago
Vladimír Vondruš 1925da0a73 sceneconverter: propagate names and custom attributes of processed meshes. 4 years ago
Vladimír Vondruš 682ba2c41c sceneconverter: initial support for whole-scene conversion. 4 years ago
Vladimír Vondruš c73ecffc66 sceneconverter: one more half-done corner case test. 4 years ago
Vladimír Vondruš bfca053140 sceneconverter: properly test that converters get chained together. 4 years ago
Vladimír Vondruš e9125c0c8a sceneconverter: recognize whole-scene converters. 4 years ago
Vladimír Vondruš 5114893d31 sceneconverter: rename options in preparation for whole scene conversion. 4 years ago
Vladimír Vondruš f5f3b91654 SceneTools: Corrade has fixed arrayAppend() for lists now, clean up. 4 years ago
Vladimír Vondruš 443a05f91a sceneconverter: fully cover with tests. 4 years ago
Vladimír Vondruš adaaeeb884 sceneconverter: implement --info-cameras. 4 years ago
Vladimír Vondruš cc29cbcc73 {image,scene}converter: extract and test --info printing code. 4 years ago