George van Ridal

Results 8 comments of George van Ridal

worth noting, when mounting SMB shares on linux, you can use the cifs mount flag, `mfsymlinks`, this allows linux clients to create symlinks on the target network filesystem This can...

I believe `rez-pip` is to be replaced with `rez-pip2` https://github.com/JeanChristopheMorinPerso/rez-pip It might have what you are looking for, though I think its not ready yet. That being said, my preference...

@nrusch +1 I would be most appreciative to see your implementation for a `copy_process` plugin I'm currently investigating slow copy speeds on pkg caching, I've previously use Rez on linux...

@nrusch Awesome, thank you

From my understanding, by default Filesystem Repository doesn't check for the existence of package.py files, and this done for speed purposes and to lessen file system stat requests. If you...

This might explain why Two different entries for `Root-is-Purelib` ``` cat ./usd_core-25.5.1.dist-info/WHEEL Wheel-Version: 1.0 Generator: bdist_wheel (0.41.2) Root-Is-Purelib: true Tag: cp310-none-manylinux_2_17_x86_64 Tag: cp310-none-manylinux2014_x86_64 Root-Is-Purelib: False ```

This is for an early bind function in a package.py, those variables wont exist yet. My use case was around the version property and I actually solved my use case...

This is caused by TfNormPath, in the CreateIdentifier() call, only on windows compiled usd does it do this. Normaliaze any windows style paths that get added to the mappingPairs or...