Mathieu Westphal

Results 257 issues of Mathieu Westphal

**Is your feature request related to a problem? Please describe.** The python bindings rely on handling and forwarding exception manually, use exception translator instead: https://pybind11.readthedocs.io/en/stable/advanced/exceptions.html#registering-custom-translators

source:libf3d
source:python

**Is your feature request related to a problem? Please describe.** The libf3d already has java bidings, however they are not complete, especially since the new options API: https://github.com/f3d-app/f3d/pull/1471 Complete the...

source:libf3d

**Is your feature request related to a problem? Please describe.** The libf3d already has javascript bidings, however they are not complete, especially since the new options API: https://github.com/f3d-app/f3d/pull/1471 Complete the...

type:enhancement

**Is your feature request related to a problem? Please describe.** Options generation from .json file was added in https://github.com/f3d-app/f3d/pull/1471, but documentation is not complete yes - Add a dedicated page...

type:documentation
help wanted

**Is your feature request related to a problem? Please describe.** Options generation from .json file was added in https://github.com/f3d-app/f3d/pull/1471, but parsing/formating is pretty naive. Check every single type (some have...

source:libf3d
help wanted

**Is your feature request related to a problem? Please describe.** Options generation from .json file was added in https://github.com/f3d-app/f3d/pull/1471, but only a few types were added: - bool - int...

source:libf3d
help wanted

**Is your feature request related to a problem? Please describe.** Options generation from .json file was added in https://github.com/f3d-app/f3d/pull/1471, but there is currently no way to deprecate an option. -...

source:libf3d
help wanted

**Context** F3D thumbnailer implementation on Windows rely on an old Windows standard which requires creating a F3D process every time, which is slow. There is a new standard for thumbnails...

type:enhancement
os:windows
help wanted

**Describe the bug** Very long file path causes explorer.exe crash in the Windows thumbnails **To Reproduce** Steps to reproduce the behavior: 1. Create a file: `C:\dev\f3d\src\testing\New folder\New folder\a filename with...

os:windows

**Describe the bug** Writing and reading a TIF image does not provide expected results: - [ ] : `BYTE` image are saved correctly but the Y axis is inverted between...

type:bug
source:VTK
source:libf3d