190 Commits (4c65e22acce4cfb29c78c2a1431f3676f182b96f)

Author SHA1 Message Date
Vladimír Vondruš 4c65e22acc SceneTools: improve test robustness for when the plugin ABI breaks. 2 years ago
Vladimír Vondruš 4f7b57ffd6 Work around last five remaining MSVC warnings. 2 years ago
Vladimír Vondruš 8e8126e2b6 SceneTools: adapt test to improvements to Pair debug output. 2 years ago
Vladimír Vondruš 8bd42f5a3b Test: create fake pointer values from size_t, not int. 2 years ago
Vladimír Vondruš 81855a1764 SceneTools: fix some variable shadowing warnings. 2 years ago
Vladimír Vondruš 2619dc33f1 doc: drop the redundant Magnum prefix from snippet files. 2 years ago
Vladimír Vondruš 79b100b462 SceneTools: remove unused test case declaration. 2 years ago
Vladimír Vondruš 98581c86c8 MaterialTools: fix silly typos in enum values. 2 years ago
Vladimír Vondruš b91b0b24cd sceneconverter: add --remove-duplicate-materials. 2 years ago
Vladimír Vondruš 368cbf1676 sceneconverter: doc++, TODO++. 2 years ago
Vladimír Vondruš 101799acb7 sceneconverter: use colored string comparison in the test. 2 years ago
Vladimír Vondruš e0c3bda762 SceneTools: new set of tools for remapping index fields. 2 years ago
Vladimír Vondruš 0edec05963 SceneTools: properly describe plugin dependencies of a test. 3 years ago
Vladimír Vondruš 1a268adfb7 SceneTools: adapt test to Containers::Pair having different Debug output. 3 years ago
Vladimír Vondruš bab1559852 Consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 5d1369f570 Use Utility::move() and swap() instead of STL almost everywhere. 3 years ago
Vladimír Vondruš 7286faf329 *converter: make these buildable on platforms w/o dynamic plugins. 3 years ago
Vladimír Vondruš e677dc12d5 sceneconverter: adapt tests to DDS, KTX and glTF plugin changes. 3 years ago
Vladimír Vondruš 0607c476f7 sceneconverter: show morph target ID in --info output, if present. 3 years ago
Vladimír Vondruš 81b237ba14 sceneconverter: silly typo in a test. 3 years ago
Vladimír Vondruš e0a1f435d7 SceneTools: minor. 3 years ago
Vladimír Vondruš f50c88b392 {Material,Mesh,SceneTools}: use Utility::copyMasked() in filter*(). 3 years ago
Vladimír Vondruš bbb54a9df8 It's 2023 already! 3 years ago
Vladimír Vondruš 25441e7468 *converter: support adding new option keys by prefixing them with +. 3 years ago
Vladimír Vondruš 05f42fb446 sceneconverter: adapt test to GltfSceneConverter changes. 3 years ago
Vladimír Vondruš 39054f1b64 sceneconverter: add --object-hierarchy. 3 years ago
Vladimír Vondruš bc5d127bd6 sceneconverter: don't query Arguments value unnecessarily often. 3 years ago
Vladimír Vondruš 6d1c7d7a28 SceneTools: add copy(). 3 years ago
Vladimír Vondruš b34468146d Trade: SceneFieldData::size() should be a std::size_t, not UnsignedLong. 3 years ago
Vladimír Vondruš 47a6bf0185 MeshTools: deprecate owned() in favor of copy(). 3 years ago
Vladimír Vondruš d4583adbef SceneTools: preserve field flags in filterFieldEntries(). 3 years ago
Vladimír Vondruš 68ec362b37 SceneTools: add childrenDepthFirst(). 3 years ago
Vladimír Vondruš 8a4c9941b1 SceneTools: minor cleanup. 3 years ago
Vladimír Vondruš 085ae0ee8d SceneTools: add filterObjects(). 3 years ago
Vladimír Vondruš c32bf7e74c SceneTools: add filterFieldEntries(). 3 years ago
Vladimír Vondruš e7d1e31f46 SceneTools: orderClusterParents() -> parentsBreadthFirst(). 3 years ago
Vladimír Vondruš 4a92ccfadd SceneTools: flattenTransformHierarchy*D() -> absoluteFieldTransform*D(). 3 years ago
Vladimír Vondruš 8578c179e1 SceneTools: don't bother saving compile times in a deprecated header. 3 years ago
Vladimír Vondruš 1e813908ec SceneTools: add filterFields(), filter{Only,Except}Fields(). 3 years ago
Vladimír Vondruš 67831511cf SceneTools: handle enforced shared mapping in combineFields(). 3 years ago
Vladimír Vondruš 7cfd41982c SceneTools: make the combineFields() assertion test work on ARM64. 3 years ago
Vladimír Vondruš 25b4bae09b SceneTools: support strings in combineFields(). 3 years ago
Vladimír Vondruš f41b1f4fae SceneTools: support SceneFieldType::Bit in combineFields(). 3 years ago
Vladimír Vondruš c8809e6dde SceneTools: further improve readability in combineFields() internals. 3 years ago
Vladimír Vondruš ba892c0ca7 SceneTools: tighten up & publish combineFields(). 3 years ago
Vladimír Vondruš a99c5bd4e1 SceneTools: minor cleanup in the tests. 3 years ago
Vladimír Vondruš 1a7a79b923 sceneconverter: update a TODO. 3 years ago
Vladimír Vondruš d06d80596b sceneconverter: forgot to include --set in the docs. 3 years ago
Vladimír Vondruš c5d2472a03 sceneconverter: add a --set option for setting arbitrary plugin config. 3 years ago
Vladimír Vondruš 13d0b0b1c7 sceneconverter: add a --prefer option for plugin overrides. 3 years ago