Paul Molodowitch
Paul Molodowitch
Hi - I've been trying to use aliceVision_utils_split360Images.exe (in the Meshroom-2021.1.0 release) to split some dualfisheye images I have, but no matter what format or options I use, the resulting...
## Description (this won't be part of the changelog) Fixes to build against usd-0.19.07 (Note that this PR branches off of the 0.19.05 fixes - https://github.com/AnimalLogic/AL_USDMaya/pull/150) ## Changelog ### Changed...
## Description (this won't be part of the changelog) - usd-0.19.05 now needs GlfContextCaps::InitInstance() called anywhere GlfGlewInit() is ## Checklist (Please do not remove this line) - [X] Make sure...
## Description (this won't be part of the changelog) By making use of this new mode, we can significantly simplify some of the selection code. Should also be slightly more...
AL (as opposed to the built-in pixar plug in) ignores the "upAxis" setting in the root metadata of a usd scene. For an example, download and import the KitchenSet provided...
Error loading AL_USDMayaPlugin.so: undefined symbol: _ZNK5boost10filesystem4path14root_directoryEv
Looks like this is related to the changes here: f27551a39ed523be41f5fcf39aa3a2d960e45ea8 I'm guessing that there are some changes that haven't gotten pushed, or got lost in a merge, or something, as...
...by adding a missing `model/__init__.py` This is needed because `hubconf.py` tries to import from `model.generator`, which can't work unless `model` is a package.
At the moment, the only source of the "complete" set of python tests seems to be in `.github/workflows/main.yml`, under the `Python Tests` step. It would be nice if this were...
[MR805](https://github.com/AcademySoftwareFoundation/MaterialX/pull/805) ensured a relocatable cmake config file, but the `.so` shared libs built on Linux are not themselves relocatable, as they have absolute paths baked into their `RPATH`/`RUNPATH`. This fixes...
I'd love the ability to define fixtures that are set up + torn down once for the entire test suite. This would be similar to setting the scope of a...