Nathan Rusch
Nathan Rusch
**Describe the feature you'd like** This project used to provide an actual schema library (with Python bindings) as a build output, but this was removed in https://github.com/Autodesk/arnold-usd/pull/706. It would be...
**Describe the bug** None of the components that depend on Boost currently build when using Boost 1.67.0+ if USD was built with Python support, due to the Boost Python library...
New methods have been added to `HdRenderDelegate` to support stopping/restarting renders. It would be nice for the Arnold delegate to implement this API eventually. Obviously this is quite low priority...
The `--trim` and `--autotrim` arguments to `oiiotool` are very handy for optimizing EXR data windows. That functionality feels like it would be a natural addition to `ImageBufAlgo`, as it would...
As a developer building Python tools using OIIO, it would be great to be able to manage and use `ColorConfig` instances (including the default instance) using the OIIO Python bindings....
As a developer building tools that use OIIO, it would be very helpful to be able to enumerate the available filters and their parameters (name, default width, whether it's fixed-size,...
**Describe the bug** It looks like the changes in ab3f04204ba228ca778044c7a4e84d157695e4aa have broken static linkage of IlmBase/OpenEXR when `LINKSTATIC` is enabled. To test, I've performed builds with identical arguments and dependencies...
I'm building OTIO against an external `Imath` distribution (i.e. `OTIO_FIND_IMATH=ON`), and it looks like the `_otio` Python extension module is being linked directly against the `Imath` lib, leading to the...
Being able to render a USD stage in Hydra without passing it through Nuke's 3D system would be quite advantageous in a fully-realized workflow. This functionality is currently implemented in...
The Pixar namespace makes for some verbose symbols when it comes to debugging, so it might be nice to choose something more concise.