378 Commits (93f9eb814bf8532129e1fa4a241bca3a0b69e4e6)

Author SHA1 Message Date
Vladimír Vondruš c1f970139b python: simplify argument naming in meshtools. 3 years ago
Vladimír Vondruš bb77c2f25f python: skip tests that use PrimitiveImporter scenes on static builds. 3 years ago
Vladimír Vondruš 8aa953c5f0 python: expose barebones scenetools library. 3 years ago
Vladimír Vondruš 513fbc547d python: expose trade.TextureData and related importer APIs. 3 years ago
Vladimír Vondruš 55d5445ebf python: typed access to Image*.pixels. 3 years ago
Vladimír Vondruš badc94c122 python: resolve a test TODO now that we have plugin metadata access. 3 years ago
Vladimír Vondruš 6b94109f9f python: resolve a test TODO now that we can change plugin configuration. 3 years ago
Vladimír Vondruš 52fe802932 python: handle Windows paths in trade.AbstractSceneConverter.begin_file(). 3 years ago
Vladimír Vondruš e2642033b3 python: expose pluginmanager.AbstractManager.register_external_manager(). 3 years ago
Vladimír Vondruš d508fd9c04 python: ability to set ConfigurationGroup values in all primitive types. 3 years ago
Vladimír Vondruš e319f098eb python: expose trade.AbstractConverter.add*_importer_contents(). 3 years ago
Vladimír Vondruš d29c5554d8 python: expose trade.AbstractSceneConverter batch mode for files. 3 years ago
Vladimír Vondruš cdfd79571f python: expose mesh-to-mesh and in-place mesh conversion. 3 years ago
Vladimír Vondruš f12aabf788 python: expose trade.Abstract{Importer,Converter}.features and .flags. 3 years ago
Vladimír Vondruš 2a2fa675b7 python: fix inconsistent naming of Trade enum sets. 3 years ago
Vladimír Vondruš 7de13ef7cb python: drop a SceneConverter helper that's used exactly once. 3 years ago
Vladimír Vondruš cf44cba1fb python: stupid typo in a test name. 3 years ago
Vladimír Vondruš 58a163adf7 python: expose plugin configuration as well. 3 years ago
Vladimír Vondruš 1f75e4ea71 python: expose pluginmanager.PluginMetadata. 3 years ago
Vladimír Vondruš 2fb45a91f9 python: expose static AbstractPlugin properties as well. 3 years ago
Vladimír Vondruš e78092a18e python: explicitly test all pluginmanager.AbstractManager interfaces. 3 years ago
Vladimír Vondruš 45a48f6c0b python: add a dummy test file for the PluginManager library. 3 years ago
Vladimír Vondruš 7ad200c03a python: expose pluginmanager.AbstractPlugin. 3 years ago
Vladimír Vondruš d660155a0a python: don't be lazy and document argument names. 3 years ago
Vladimír Vondruš aadd07dad6 python: expose pluginmanager.AbstractManager.set_preferred_plugins(). 3 years ago
Vladimír Vondruš 157c883be4 python: fix wrongly copypasted comment. 3 years ago
Vladimír Vondruš 12dbfc56c8 python: expose essentials of utility.ConfigurationGroup. 3 years ago
Vladimír Vondruš 52d290a491 python: recognize the new Trade::SceneFieldType::Bit. 3 years ago
Vladimír Vondruš 2696ac6ba7 python: update docs about working around a pybind11 misbehavior. 3 years ago
Vladimír Vondruš d51b45e2bb python: accidentally didn't test trade.SceneData.field_type() w/ an enum. 3 years ago
Vladimír Vondruš 89fa0d3f93 python: data access in trade.SceneData. 3 years ago
Vladimír Vondruš d62b44e3cd python: support also normalized VertexFormat values. 3 years ago
Vladimír Vondruš c07952fc18 python: have a common header with Python format string definitions. 3 years ago
Vladimír Vondruš 173a01f1b6 python: rename Python struct format helper to avoid clashes. 3 years ago
Vladimír Vondruš 5820b9da60 python: doc++ 3 years ago
Vladimír Vondruš 21fb02ff65 python: fix & test handling of cast/packed VertexFormats. 3 years ago
Vladimír Vondruš 15a06c82c1 python: no need to cast sub-32bit scalar VertexFormats apparently. 3 years ago
Vladimír Vondruš bbd7ccedb1 python: expose trade.SceneData basics together with importer APIs. 3 years ago
Vladimír Vondruš 744bffada6 python: compact trade.AbstractImporter image tests a bit. 3 years ago
Vladimír Vondruš 9c1e4c7add python: use PyErr_SetNone() if the string is empty. 3 years ago
Vladimír Vondruš 551fd567f9 python: distinguish OOB ID and OOB level in trade.AbstractImporter. 3 years ago
Vladimír Vondruš 165416f73b python: add code coverage markers for trade bindings. 3 years ago
Vladimír Vondruš 526def5f45 python: parametrize AbstractImporter name helpers by return type. 3 years ago
Vladimír Vondruš f59d8bb9b6 python: test trade.AbstractImporter.image2d() by name. 3 years ago
Vladimír Vondruš 8ccd378870 python: test trade.AbstractImporter.mesh() failure. 3 years ago
Vladimír Vondruš 47226d22f6 python: test also named AbstractImporter APIs with no file opened. 3 years ago
Vladimír Vondruš ee56f6f114 python: improve docs of trade.AbstractImporter APIs. 3 years ago
Vladimír Vondruš c0c78d83f5 python: ... and compatibility with pybind11 < 2.6.2 as well. 3 years ago
Vladimír Vondruš b811592407 python: fix compatibility with pybind11 < 2.6. 3 years ago
Vladimír Vondruš d95c60942b python: implement handling for custom trade.MeshAttribute values. 3 years ago