40 Commits (f049ba9012bd2f9291cba0cb01238f73c272941c)

Author SHA1 Message Date
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š 505ad471ad CMake: use the CMAKE_FOLDER variable instead of FOLDER property. 4 years ago
Vladimír Vondruš 13d04fdc38 Adapt to Corrade PluginManager changes. 4 years ago
Vladimír Vondruš b0bfcbe00e Adapt to Corrade 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š 44cce23595 SceneTools: hint at MeshTools::transform*D() in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš 8ed08d7733 SceneTools: use a single temp allocation in flattenMeshHierarchy(). 4 years ago
Vladimír Vondruš eb2e4ff25d SceneTools: make orderClusterParents() use one allocation instead of 4. 4 years ago
Vladimír Vondruš f053ffeb15 SceneTools: remove one more allocation in orderClusterParents(). 4 years ago
Vladimír Vondruš 99d82f5e62 SceneTools: we don't need growable arrays in orderClusterParents(). 4 years ago
Vladimír Vondruš b0477013f0 SceneTools: utility to flatten mesh hierarchy. 4 years ago
Vladimír Vondruš a802d6cd11 SceneTools: utility to reorder & cluster the parent field. 4 years ago
Vladimír Vondruš db80262fed SceneTools: shorten test name to make ctest output fit in 80 columns. 4 years ago
Vladimír Vondruš aff4a8144d Trade: move the internal scene conversion tools to SceneTools. 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š 1032a09865 SceneTools: new library. 4 years ago