58 Commits (2f977d45c8ea244db554e5642e4d27fe5bfac298)

Author SHA1 Message Date
Vladimír Vondruš 2f977d45c8 sceneconverter: fix --plugin-dir for image converters. 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š e9125c0c8a sceneconverter: recognize whole-scene converters. 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š 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š 37e79ad69a {scene,image}converter: show image flags in --info. 4 years ago
Vladimír Vondruš a35b6200a0 sceneconverter: comment in a silly place. 4 years ago
Vladimír Vondruš b983781505 Prefix all CMake options with MAGNUM_*. 4 years ago
Vladimír Vondruš dcfa07a056 doc: overhaul documentation of console utilities. 4 years ago
Vladimír Vondruš 6c1f2e49ae sceneconverter: fix mesh reference counting in --info. 4 years ago
Vladimír Vondruš b01678a883 sceneconverter: make --help more consistent with imageconverter. 4 years ago
Vladimír Vondruš 8d770524e1 imageconverter: show total data size in --info. 4 years ago
Vladimír Vondruš f526e0418e sceneconverter: store IDs of custom field names instead of raw values. 4 years ago
Vladimír Vondruš d07b6a2bb4 sceneconverter: show also total data size in --info. 4 years ago
Vladimír Vondruš 49bcbed2f4 sceneconverter: highlight unreferenced data red in --info. 4 years ago
Vladimír Vondruš cfc02599e5 Trade: drop {MeshAttribute,SceneField}::Custom. 4 years ago
Vladimír Vondruš 00eb4b2851 sceneconverter: improve printing of custom field and attribute names. 4 years ago
Vladimír Vondruš 84ee22c30d sceneconverter: ah, yes, STL "usability" strikes again. 4 years ago
Vladimír Vondruš 768c3425b2 sceneconverter: add --info-objects as well. 4 years ago
Vladimír Vondruš 7f8803ce3b sceneconverter: doc++ 4 years ago
Vladimír Vondruš e881f197e8 {distancefield,scene,image}converter: port away from std::string. 4 years ago
Vladimír Vondruš 7e3012fa57 {image,scene}converter: show non-default DataFlags in --info. 4 years ago
Vladimír Vondruš 3bff4c73b9 sceneconverter: print colors as actual colors in --info, if possible. 4 years ago
Vladimír Vondruš 823716a475 {scene,image}converter: colored and more compact output for --info. 4 years ago
Vladimír Vondruš 7fb63a9434 *converter: join --plugin-dir with a relative search path, not absolute. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš c57325385f *converter: port command-line utilities to the new Utility::Path. 4 years ago
Vladimír Vondruš e92c4316ac sceneconverter: properly fail --info-scenes if importing a scene fails. 4 years ago
Vladimír Vondruš 3b2ad338e2 Port from Utility::formatString() to Utility::format() where possible. 4 years ago
Vladimír Vondruš 822fa0d644 Updated copyright year. 4 years ago
Vladimír Vondruš 9018b937d0 sceneconverter: properly document behavior of --concatenate-meshes. 4 years ago
Vladimír Vondruš d823ec1607 sceneconverter: use the fancy new Utility::String::parseNumberSequence(). 4 years ago
Vladimír Vondruš 047fd33817 sceneconverter: don't sort mesh attributes by the offset. 4 years ago
Vladimír Vondruš 7bc62bb274 sceneconverter: fix compact output for --info-images. 4 years ago