Tamas Kenez

Results 8 issues of Tamas Kenez

According to the documentation the Ambisonics decode effect is _"essentially an Ambisonics rotate effect followed by either an Ambisonics panning effect or an Ambisonics binaural effect."_ I was not able...

no-issue-activity

The PR amends the existing CMake install commands to also install a package configuration file. In the client program the package can be located and used like this: ``` find_package(libfswatch...

The `CMakeLists.txt` of `libfswatch` installs the library and headers but no CMake package config file.

**Describe the bug** I loaded two images from the same path. The file was changed between the two operations but since the file's modification time stayed the same (in seconds)...

At least with the sqlite3 backend, when a query is created both with `use` bindings and with `into` into a vector, the result is incorrect if the vector's size is...

### Description of Change(s) The CMake targets now use TBB and OpenSubdiv as targets instead of absolute include and library paths. ### Link to proposal ([if applicable](https://openusd.org/release/contributing_to_usd.html#step-1-get-consensus-for-major-changes)) ### Fixes Issue(s)...

build

When building with `CMAKE_CXX_STANDARD=23` and Apple clang 16.0.0 the build fails in `ply_reader.cc` because of `error: no member named 'all_of' in namespace 'std'` This PR adds the missing `#include `

Add the optional `override` specifier to the `ExplicitProducer` and `ImplicitProducer` destructors. Silences the `-Wsuggest-destructor-override` clang warning.