30 Commits (f526e0418ed38d41ea05e4dc7c26a1b53e1c0545)

Author SHA1 Message Date
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
Vladimír Vondruš 69bf066174 sceneconverter: add a bunch of TODOs. 4 years ago
Vladimír Vondruš 9b08e9143d sceneconverter: print also mesh index buffer bounds, if specified. 4 years ago
Vladimír Vondruš 3503041e3e sceneconverter: display also mesh index offset and stride in --info. 4 years ago
Vladimír Vondruš 8dddda9c77 Trade: support zero and negative strides in mesh attribute data. 4 years ago
Vladimír Vondruš a146f9f74b sceneconverter: add an --concatenate-meshes option. 4 years ago
Vladimír Vondruš 86db988a0c sceneconverter: skip refcounting in --info when there's no refeeree. 4 years ago
Vladimír Vondruš aaeca5c855 doc: utilities don't require their dependencies to be enabled. 4 years ago
Vladimír Vondruš 3c86222245 sceneconverter: move its source to the SceneTools library. 4 years ago
Vladimír Vondruš c54b500a20 {image,scene}converter: wow, C++, what the hell? 4 years ago
Vladimír Vondruš 2303c7a341 imageconverter: add a --profile option. 4 years ago
Vladimír Vondruš 35edcda5e0 sceneconverter: print also image reference count. 4 years ago
Vladimír Vondruš f10d74041b sceneconverter: rethink how reference count is calculated. 4 years ago
Vladimír Vondruš ee3c4fe837 sceneconverter: clarify what reference count in --info-textures means. 4 years ago
Vladimír Vondruš 60c3df3d70 sceneconverter: accidentally inverted condition in --info-images. 4 years ago
Vladimír Vondruš 43c70d8c22 sceneconverter: print scene field flags in --info, if present. 4 years ago
Vladimír Vondruš 5df37d2934 Trade: rename SceneData "objects" to "mapping". 4 years ago
Vladimír Vondruš efd3b9cadb Trade: SceneData::*AsArray() and *Into() now return object IDs as well. 4 years ago
Vladimír Vondruš 26d2f3e9ab sceneconverter: print contents of the new SceneData. 4 years ago
Vladimír Vondruš aeeff73a71 Trade: use ` LayerName` instead of `$LayerName` in MaterialData. 5 years ago
Vladimír Vondruš 03aeb4971f sceneconverter: add a --map option. 5 years ago
Vladimír Vondruš 37885f6eed sceneconverter: split the --info options by data type. 5 years ago
Vladimír Vondruš 111b2e9c4d sceneconverter: don't abort --info if there are no meshes or images. 5 years ago
Vladimír Vondruš 96c0d104c7 sceneconverter: don't forget to print mesh attribute array size, if set. 5 years ago
Vladimír Vondruš cf5b02b2bc sceneconverter: note how many dimensions images have in --info. 5 years ago
Vladimír Vondruš c59c48c75f sceneconverter: list skins in --info. 5 years ago
Vladimír Vondruš e6d673c279 Propagate configuration options in Any* plugins. 5 years ago
Vladimír Vondruš 6f8ad66a90 sceneconverter: list also animations in --info. 5 years ago
Vladimír Vondruš ec19c25e46 Adapt to Corrade changes. 5 years ago