215 Commits (ee2f65e79256e8250f892818d4aaa876e2dd34cb)

Author SHA1 Message Date
Vladimír Vondruš 20700b7e3d python: expose new Quaternion.xyzw and wxyz properties. 1 year ago
Vladimír Vondruš 9937209f49 python: adapt to Text library changes. 2 years ago
Vladimír Vondruš b0d714344a It's October already?! 2 years ago
Vladimír Vondruš 40150b7955 python: adapt to Math::sign() changes for units. 2 years ago
Vladimír Vondruš 40f9048adf python: expose the attribute-less MeshData constructor. 2 years ago
Vladimír Vondruš c2284590e2 python: expose scenetools.combine_fields(). 2 years ago
Vladimír Vondruš dcbfb28c05 python: expose trade.SceneFieldData. 2 years ago
Vladimír Vondruš cade85c94f python: ability to pass extra attributes to meshtools.interleave(). 2 years ago
Vladimír Vondruš c968b91a41 python: expose trade.MeshAttributeData. 2 years ago
Vladimír Vondruš 49ac964c49 python: make ArrayView element access behavior match bytes/bytearray. 2 years ago
Vladimír Vondruš 1f830e6bad python: expose the new Quaternion rotation overload. 2 years ago
Vladimír Vondruš 51b65af126 python: compare a correct variable in the test. 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š 6a1f1b772a python: properly test all trade.AbstractImporter texture APIs. 2 years ago
Vladimír Vondruš 8b0dc8ca67 python: expose new Quaternion reflection APIs. 2 years ago
Vladimír Vondruš 7a35f405b4 python: raise exceptions for Math API usage errors. 2 years ago
Vladimír Vondruš 6330b6cc19 python: significantly improve matrix and quaternion test coverage. 2 years ago
Vladimír Vondruš 1303032829 python: add actual exception messages to all Trade and *Tools APIs. 3 years ago
Vladimír Vondruš f561337caa python: implement pickling for all math types. 3 years ago
Vladimír Vondruš 08ff96da0b python: adapt test to Magnum Text library changes. 3 years ago
Vladimír Vondruš 6212e36fda python: expose new Range scaled() and scaledFromCenter() overloads. 3 years ago
Vladimír Vondruš 11060aa30f python: properly test all Range APIs. 3 years ago
Vladimír Vondruš 25849d3e27 python: actually adapt to Text::AbstractGlyphCache changes, ugh. 3 years ago
Vladimír Vondruš 8ca1c30187 python: expose new text.AbstractFont APIs. 3 years ago
Vladimír Vondruš 1e0559bc0b python: oops, forgot to adapt Vector::minmax(). 3 years ago
Vladimír Vondruš ecb6351497 python: adapt to std::pair cleanup in Magnum. 3 years ago
Vladimír Vondruš 561b8ca901 python: consistently use "out of range" instead of "out of bounds". 3 years ago
Vladimír Vondruš 93f9eb814b python: adapt to deprecated Math::angle() for quaternions. 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š 12230c93b8 python: update some test TODOs. 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š 6d473cf2aa python: expose various pixel format helpers. 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š 229ec2cb18 python: the WHAT was done in the test here and then copied 100 times? 3 years ago
Vladimír Vondruš cfaa484147 python: test SceneData mutable access failures now that it's possible. 3 years ago
Vladimír Vondruš 738c3f8d38 python: improve test coverage for new SceneConverter APIs. 3 years ago
Vladimír Vondruš 05fad9ccdd python: expose scene-related APIs in AbstractSceneConverter. 3 years ago
Vladimír Vondruš 8d9d7d3230 python: expose scenetools.{parents_breadth,children_depth}_first(). 3 years ago
Vladimír Vondruš 561ba51805 python: test the remaining scenetools assertion now that we can. 3 years ago
Vladimír Vondruš 3b799fcad9 python: expose scenetools.filter_objects(). 3 years ago
Vladimír Vondruš f83c2cb1aa python: expose scenetools.filter_field_entries(). 3 years ago
Vladimír Vondruš 4be2d4d9c0 python: expose scenetools.filter_fields(), filter_{only,except}_fields(). 3 years ago
Vladimír Vondruš d8b98c2057 python: expose the new meshtools.filter_attributes() as well. 3 years ago