Mathieu Westphal
Mathieu Westphal
**Is your feature request related to a problem? Please describe.** Since #138 was closed, F3D has been supporting alembic file format, however the support is fairly limited, let's improve it....
usd and vdb plugins have recently been added in F3D, however they are not shipped in the binary python wheels available in pypi or in the releases on github. This...
**Describe the bug** OpenUSD, the library used to read .usd is outputting to terminal a lot, even when reading file sucessfully, even when using `--quiet` **To Reproduce** Steps to reproduce...
### Context F3D is a collaborative project, let's collaboratively construct the roadmap for 3.0.0 release! ### Suggested solution Comment and discuss below, maintainers will take suggestions into account to add...
**Is your feature request related to a problem? Please describe.** In F3D, we can load plugins that provides readers and importers. However, certain file formats have specific options that we...
BundleInfo.plist.in is missing many file format and should be integrated in the plugin framework Current effect is that missing file format are not opened automatically. One possibility is to handle...
**Describe the bug** F3D has a few options with implicit values: `comp`, `scalars`, `verbose` however implicit value can behave in strange ways: https://github.com/jarro2783/cxxopts/issues/211 Lets remove any implicit values and do...
Let user use small command to control F3D, based on the libf3d::options with a unified api, eg: - `:render.effect.ssao toggle` - `:render.effect.ssao on` - `:render.effect.ssao off` - `:render.effect.ssao reset` It...
In the context of resolving https://github.com/f3d-app/f3d/issues/597, some discussions happened on discord and offline, so I will try to summarize it here. Currently, F3D and the libf3d dinstinguish between fullscene loading...
**Describe the bug** Currently the management of interactions is fully handled inside of the libf3d, without the possibility of customization. Moreover, somekey are not accessible as the key input from...