Aleksi Sapon

Results 11 issues of Aleksi Sapon

Only the imaginary package has javadocs right now. ##

These three lines of code in `__init__` are very slow (at least for my data), and not always necessary. Would it be possible to make them optional? That would significantly...

## Bug report **Describe the bug** EXIF Byte field is always formatted as a display string. For example the EXIF tag `"exif-ifd3-GPSAltitudeRef"` outputs `"Sea level (Sea level, Byte, 1 components,...

enhancement

### Description of Issue In all Hgi implementations, texture sampling is set to the maximum anisotropic filtering supported by the implementation, without any way to override it. See `pxr/imaging/hgiGL/sampler.cpp`, `pxr/imaging/hgiGL/texture.cpp`,...

These changes come from the [Vcpkg package update](https://github.com/microsoft/vcpkg/pull/39465). I believe these would be better to have in the library itself. Main change is to move `convert_utf8_to_utf16` outside the `!WINRT` check,...

I get this error diff for `testHdStCodeGen_Vulkan_Curves_Bindless` and `testHdStCodeGen_Vulkan_Curves_Indirect`. ```diff 2633a2634,2635 > color.rgb = ApplyColorOverrides(color).rgb; > 2642c2644,2646 < color = ShadingTerminal(vec4(Peye, 1), Neye, color, patchCoord); --- > color.rgb = mix(color.rgb,...

Some of the MaterialX shader codegen uses unordered data structures, and this reflects in the output shader. This causes problems for tests which are comparing against a static baseline. For...

### Description of Issue USD compiles against copies of the headers in the build and install directories, instead of the source directory headers. This completely breaks tool support for headers....

**What enhancement are you suggesting for the Vulkan Loader? Please describe in detail. ** The Lavapipe software driver from Mesa can be built on macOS and supports the X11 and...

enhancement

`testVdfSpeculation.cpp` only declares a [dependency on `vdf`](https://github.com/PixarAnimationStudios/OpenUSD/blob/dev/pxr/exec/vdf/CMakeLists.txt#L426), [but uses `ef`]( https://github.com/PixarAnimationStudios/OpenUSD/blob/dev/pxr/exec/vdf/testenv/testVdfSpeculation.cpp#L21). So if you're unlucky you'll get: ``` .../pxr/exec/ef/executor.h:14:10: fatal error: 'pxr/exec/ef/subExecutor.h' file not found #include "pxr/exec/ef/subExecutor.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` because...