83 Commits (37b58362a1834c12fd5c814f45cab1d4db95f316)

Author SHA1 Message Date
Vladimír Vondruš 3f7371013d python: doc++ 2 years ago
Vladimír Vondruš 63cea4187e python: make the MeshData / SceneData view helpers a bit more generic. 2 years ago
Vladimír Vondruš 6381b86fac python: reshuffle common code together. 2 years ago
Vladimír Vondruš d679bfdb2d python: expose the whole MaterialTools library. 2 years ago
Vladimír Vondruš 61d18ec10e python: expose trade.MaterialData and related importer & converter APIs. 2 years ago
Vladimír Vondruš 21b643e87f python: use const self where possible in Trade binding lambdas. 2 years ago
Vladimír Vondruš 1303032829 python: add actual exception messages to all Trade and *Tools APIs. 3 years ago
Vladimír Vondruš 561b8ca901 python: consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 2b09a43f99 python: ugh, once again hit the "let's interpret an int as enum" bug. 3 years ago
Vladimír Vondruš 9950b9fca4 python: adapt to Magnum changes re MeshData morph target support. 3 years ago
Vladimír Vondruš 305fdf81ee It's 2023 already! 3 years ago
Vladimír Vondruš 85e8fae9b8 python: expose compressed image APIs in AbstractImageConverter. 3 years ago
Vladimír Vondruš c9515bbd1d python: exposed CompressedImage and ImageView classes. 3 years ago
Vladimír Vondruš 7c78ee34a0 python: expose the CompressedPixelFormat enum. 3 years ago
Vladimír Vondruš 5747d58049 python: expose 2D image APIs in AbstractSceneConverter. 3 years ago
Vladimír Vondruš f7c026fbd3 python: expose image-to-image ImageConverter APIs as well. 3 years ago
Vladimír Vondruš d1a7a7c6c8 python: convert more Trade assertions to Python exceptions. 3 years ago
Vladimír Vondruš 0858c844e8 python: minor, doc++ 3 years ago
Vladimír Vondruš 05fad9ccdd python: expose scene-related APIs in AbstractSceneConverter. 3 years ago
Vladimír Vondruš 007fe23731 python: support bit field access in SceneData. 3 years ago
Vladimír Vondruš 1726086a80 python: add new trade.*Flag.QUIET. 3 years ago
Vladimír Vondruš 557277e995 python: add an ability for referencing owner of trade.*Data memory. 3 years ago
Vladimír Vondruš bc6b67e2f9 python: adapt to Trade::DataFlags changes. 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š 52fe802932 python: handle Windows paths in trade.AbstractSceneConverter.begin_file(). 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š 7ad200c03a python: expose pluginmanager.AbstractPlugin. 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š 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š 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š 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š ee56f6f114 python: improve docs of trade.AbstractImporter APIs. 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
Vladimír Vondruš a45fbb84da python: handle Windows path insanities in the bindings directly. 3 years ago