133 Commits (440f1b2ee60ccc31bbe1c3de221b1f7f04d34bf0)

Author SHA1 Message Date
Vladimír Vondruš 440f1b2ee6 SceneTools: consistently use "mapping" instead of "objects" in tests too. 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š 97d283a75d SceneTools: consistently use the term "mapping" instead of "objects". 3 years ago
Vladimír Vondruš 222d66e37d sceneconverter: switch away from deprecated flattenMeshHierarchy3D(). 3 years ago
Vladimír Vondruš 11ae06a4b5 SceneTools: generalize flatten{Mesh -> Transformation}Hierarchy(). 3 years ago
Vladimír Vondruš 9c0dd1435f Doc++ 3 years ago
Vladimír Vondruš 93464353a3 sceneconverter: cleanup AnimationData usage in tests. 3 years ago
Vladimír Vondruš 905b874242 sceneconverter: show names of custom animation track targers in --info. 3 years ago
Vladimír Vondruš 5d7240058e sceneconverter: store only relevant AnimationData properties for --info. 3 years ago
Vladimír Vondruš 4059d1136a sceneconverter: correctly mark test case plugin requirements. 3 years ago
Vladimír Vondruš 33be039ef4 Trade: rename AnimationTrackTargetType to AnimationTrackTarget. 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š 02df65f688 SceneTools: add a note why std::pair has to be used here. 3 years ago
Vladimír Vondruš dfb784b5ce sceneconverter: remove a test workaround for a now-fixed ufbx issue. 3 years ago
Vladimír Vondruš 592548e220 sceneconverter: update outdated comment. 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š 79bccf6bf8 sceneconverter: reserve the mesh array before appending to it. 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š 28c1f84e68 Fix various variable shadowing warnings on MSVC. 3 years ago
Vladimír Vondruš bb6b84a76e sceneconverter: implement --bounds for mesh weights and joint IDs. 3 years ago
Vladimír Vondruš 07a8edb03d sceneconverter: test mesh bounds printing better. 3 years ago
Vladimír Vondruš b74a11eebc sceneconverter: use MeshData::attributeId() instead of a custom helper. 3 years ago
Vladimír Vondruš eafb2de1f1 Link all magnum-* utilities to Corrade::Main. 3 years ago
Vladimír Vondruš 64f5c1bff0 CMake: exclude test dirs from ALL with CORRADE_TESTSUITE_TEST_TARGET. 4 years ago
Vladimír Vondruš b3a9582455 Trade: add verbose output for SceneConverter::addImporterContents(). 4 years ago
Vladimír Vondruš 613c1b238b sceneconverter: print the default scene ID as well. 4 years ago
Vladimír Vondruš eba7cf6038 {image,scene}converter: print IDs of data that failed to import in --info. 4 years ago
Vladimír Vondruš ba8a3e6f3f SceneTools: add flattenMeshHierarchyInto(). 4 years ago
Vladimír Vondruš 499bdc153c SceneTools: deduplicate the flattenMeshHierarchy() test. 4 years ago
Vladimír Vondruš 48bd603236 SceneTools: pin down current flattenMeshHierarchy() behavior. 4 years ago
Vladimír Vondruš 6bb1795a8d SceneTools: no need to leak include-depdency-breaking overloads to docs. 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š 9849662d2a Test: the shortened overly long test executables can be one char longer. 4 years ago
Vladimír Vondruš 303a571a70 sceneconverter: reduce unnecessary code duplication. 4 years ago
Vladimír Vondruš 95b201e840 SceneTools: remove the forward-declaration header. 4 years ago
Vladimír Vondruš a55fe9db4d {scene,image}converter: add examples for the new features. 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š 8b2bf7f3bb sceneconverter: missing include in an internal header. 4 years ago
Vladimír Vondruš c7638f8c47 sceneconverter: generalize --info test a bit. 4 years ago
Vladimír Vondruš 8c917d4570 Clean up unnecessary STL usage in internal converter utilities. 4 years ago
Vladimír Vondruš 30bd1cd3b6 Trade: add MaterialDataType::Buffer. 4 years ago
Vladimír Vondruš b01f8765e9 Doc++ 4 years ago