Blazej Floch

Results 7 issues of Blazej Floch

Not an issue but here my results. A bit more consistent as opposed to what you mentioned in the talk. Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (governor performance) Linux 5.1.11-300.fc30.x86_64...

Hi, As opposed to pxr's plugin the round trip of curves works with AL_USDMaya within Maya. Thanks. However I noticed that the import/export does not seem to obey the schema/spec...

help wanted

Found this in `ci-vfxall_2022`. Currently MaterialX seems to be build as static lib, which does not end up in `/usr/local/lib`. It will however leave traces in `pxrTargets.cmake`, for example: ```cmake...

It seems that these libraries have invalid symlinks: ``` /usr/local/lib/libc++.so /usr/local/lib/libtbb.so /usr/local/lib/libtbbmallloc.so /usr/local/lib/libtbbmalloc_proxy.so ``` If you cat them they reveal something along: ``` INPUT(libc++.so.1 -lc++abi) ``` At least I assume...

I noticed that `/usr/local/bin/pip3` from `aswf/ci-usd:2022` has the following shebang: ``` #!/tmp/c/d/python/3.9.11/aswf/vfx2022/package/54ba5ef068a3d5ff0b805c11ce1c750d7532865d/bin/python3.9 ``` As such if fails to run after the build: ``` bash: /usr/local/bin/pip3: /tmp/c/d/python/3.9.11/aswf/vfx2022/package/54ba5ef068a3d5ff0b805c11ce1c750d75: bad interpreter: No such...

EDIT: See last comments for updated version for review. Allow to specify any value in rezconfig based on platform. Tests and documentation included. Samples from documentation: ```python from rez.utils.config import...

Fixes #426. All tests pass. For the sake of clean implementation it does break config compatibility (to some little degree). For example: ~~~python local_packages_path = "~/packages" release_packages_path = "~/.rez/packages/int" ~~~...