398 Commits (26749e56dc2302a6feb8c63c9dda0124467eba21)

Author SHA1 Message Date
Vladimír Vondruš 93f9eb814b python: adapt to deprecated Math::angle() for quaternions. 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š 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š 6d8ab441e8 python: expose the new expanded() API on strided (bit) array views. 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
Vladimír Vondruš 8dec36ff3d python: adapt MeshTools filter test comments to Magnum updates. 3 years ago
Vladimír Vondruš 2373d2dc9e python: BitArray is implicitly convertible to [Mutable]BitArrayView. 3 years ago
Vladimír Vondruš 104c337f10 python: drop containers binding helpers that are only for a single type. 3 years ago
Vladimír Vondruš b5557a94cd package/archlinux: use Ninja Multi-Config for the dev PKGBUILD. 3 years ago
Vladimír Vondruš b78d809d10 python: put PyPluginHolder into a public header as well. 3 years ago
Vladimír Vondruš 949820b01a python: adapt to SceneTools and MeshTools changes. 3 years ago
Vladimír Vondruš ee284aa4aa python: expose Application cursor setup and warping. 3 years ago
Vladimír Vondruš 8ee4ed882c CMake: enter the Corrade/Containers directory unconditionally. 3 years ago
Vladimír Vondruš 007fe23731 python: support bit field access in SceneData. 3 years ago
Vladimír Vondruš 0091fc97d4 python: haha whoops? 3 years ago
Vladimír Vondruš 94d26a25e5 python: expose all [Mutable][Strided]BitArray[View] APIs. 3 years ago
Vladimír Vondruš fc716799b8 python: clarify a test comment. 3 years ago
Vladimír Vondruš 4fe21deaaf python: document and test error cases in "fancy" strided view APIs. 3 years ago
Vladimír Vondruš 16cb94a338 python: use flipped() instead of every() with a negative number. 3 years ago
Vladimír Vondruš 69f859a579 python: no need to prefix a test class with Test. 3 years ago
Vladimír Vondruš b70001f6c0 python: don't be lazy and name container API arguments. 3 years ago
Vladimír Vondruš ba1c92d7f0 python: reduce code duplication for StridedArrayView bindings. 3 years ago
Vladimír Vondruš 6298ca29fd python: add implicit DLL search paths on Windows, if they exist. 3 years ago
Vladimír Vondruš 8b30876304 python: expose Corrade's utility.copy(). 3 years ago
Vladimír Vondruš 1726086a80 python: add new trade.*Flag.QUIET. 3 years ago
Vladimír Vondruš 57ebae97c5 python: fix meshtools.filter_*_attributes() to reference the owner. 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š f30c1c503f python: expose meshtools.concatenate() as well. 3 years ago
Vladimír Vondruš 13c5ad1ea6 python: huh, not sure why this generated file changed. 3 years ago
Vladimír Vondruš 0eabbebbae python: expose almost all remaining mesh tools operating on a MeshData. 3 years ago