102 Commits (ca16638c65919126d00616e7f57b81bd2afb13bd)

Author SHA1 Message Date
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
Vladimír Vondruš 7c5089617a sceneconverter: ability to apply a converter to each image in the scene. 4 years ago
Vladimír Vondruš 2f977d45c8 sceneconverter: fix --plugin-dir for image converters. 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š 5cfa9fddfe sceneconverter: forgot to exclude this from code coverage. 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š dfbade5670 sceneconverter: make test files resemble a triangle fan. 4 years ago
Vladimír Vondruš 1137b56c25 sceneconverter: add .gitattributes and conversion script for test files. 4 years ago
Vladimír Vondruš 45e7473d9e sceneconverter: more needless isEmpty() cleanup. 4 years ago
Vladimír Vondruš 085b3dcabc sceneconverter: profile also the --concatenate-meshes option. 4 years ago
Vladimír Vondruš 4af1e8653c sceneconverter: MeshTools::concatenate() takes an Iterable now. 4 years ago
Vladimír Vondruš 312a4a9fac sceneconverter: don't have an array of optionals for no reason. 4 years ago
Vladimír Vondruš afc79d43f0 sceneconverter: clean up some unnecessary std::string allocations. 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š 31cf9e848c sceneconverter: use MAGNUM_SCENECONVERTER_STATIC_PLUGINS for the test too. 4 years ago
Vladimír Vondruš 5c36b39ba2 CMake: add a possibility to link static plugins to utility executables. 4 years ago
Vladimír Vondruš 443a05f91a sceneconverter: fully cover with tests. 4 years ago
Vladimír Vondruš 8fd821c88b *converter: make --plugin-dir accept the actual root plugin directory. 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
Vladimír Vondruš 597fa89e4e sceneconverter: move colored output logic at the top as well. 4 years ago
Vladimír Vondruš 6af8c0b4d0 sceneconverter: reorder all plugin managers to be in a single place. 4 years ago
Vladimír Vondruš 7c1ae161b9 {image,scene}converter: don't use a white terminal color in --info. 4 years ago
Vladimír Vondruš 6bdffb2796 Test: make use of CORRADE_SKIP_IF_NO_ASSERT(). 4 years ago