Vladimír Vondruš
|
b983d29acf
|
python: avoid an assertion in trade.MeshData.index_count.
Emit a Python exception instead.
|
4 years ago |
Vladimír Vondruš
|
a79bc39f3e
|
python: ability to import images and meshes by name.
|
4 years ago |
Vladimír Vondruš
|
c2e2a8e520
|
python: expose basics of trade.AbstractSceneConverter.
|
4 years ago |
Vladimír Vondruš
|
da21863ac7
|
python: exposed basics of trade.AbstractImageConverter.
|
4 years ago |
Vladimír Vondruš
|
8e8a03e175
|
python: use AssertionError for trade.AbstractImporter usage errors.
Because using RuntimeError conflates with import failures. Also update
and fix docs to not show ValueError for where IndexError should be.
|
4 years ago |
Vladimír Vondruš
|
2295f43873
|
Updated copyright year.
|
4 years ago |
Vladimír Vondruš
|
84f9bb2a9d
|
Updated copyright year.
|
5 years ago |
Vladimír Vondruš
|
be5ffdd916
|
doc: switch to explicit :ref: as default roles don't work well.
|
6 years ago |
Vladimír Vondruš
|
b1d45fc85a
|
Updated copyright year.
|
6 years ago |
Vladimír Vondruš
|
a470eae5f1
|
python: adapt to Trade::MeshDataXD deprecation.
Right now there's no deprecation logic in place for the Python bindings,
so this is a breaking change. Sorry about that.
|
6 years ago |
Vladimír Vondruš
|
45eb76446b
|
python: expose trade.abstractImporter.imageXd_level_count().
|
6 years ago |
Vladimír Vondruš
|
59a2773808
|
python: expose mesh import.
|
7 years ago |
Vladimír Vondruš
|
7da09f9080
|
python: expose basic image import in trade.
Quite a huge commit because it all needs to be tested together.
|
7 years ago |