Blazej Floch

Results 33 comments of Blazej Floch

We came to the same conclusion as Federico. Dealing with mutable packages, even for variants will call for trouble as long as they share a single package definition. Common pitfalls:...

We are having active discussions about this very problem. Is it something you foresee being addressed anytime soon?

The related crash might be fixed with the shared build. Sadly, this option was added in 1.38.3 according to: https://github.com/AcademySoftwareFoundation/MaterialX/releases/tag/v1.38.3 And the XML Reader API changed in that version, I...

The offsets are necessary when the imported sprites are "packed" by using the "Trim Cels" option in Aseprite.

Temporary CMake workaround in case TBB is not being picked up: ```cmake -DTBB_LIBARY="/usr/local/lib" -DTBB_tbb_LIBRARY="/usr/local/lib/libtbb.so.2" ```

Indeed. Right not I am just poking at the docker images and try to hook up a custom USD development build which exposes some of these problems. I know that...

Hi, Thanks for you request. Github actions is on the roadmap but we did not want to wait for it before publishing this repo. Our plan was to build for...

I never brought it to finish but I worked on this a while back: https://github.com/AcademySoftwareFoundation/rez/issues/737 It adds missing semantics for variables to the configuration, so that platform cases can be...

Re-reading your comment - I think it is the same idea. The difference is the level: I don't believe that every environment variable is responsibility of the shell as not...

If we still want to conform to this I've run a docstring checker called `darglint` over master. If we get to the point where all issues are resolved (and the...