Dhruv Govil

Results 37 issues of Dhruv Govil

### Description of Change(s) build_usd.py has zlib as a mandatory dependency for USD. However it seems that nothing in the core of USD seems to use it. Instead, I've moved...

**Describe the bug** When importing a mesh with a left handed orientation, Maya imports primvars incorrectly causing damaged assets. This is most noticeable with UV's where textures no longer line...

bug

**Describe the bug** We're seeing several issues with the use of PrimVars when using LookDevX in Maya 2024.2 with Viewport 2.0 on a Mac. I assume these limitations extend to...

bug

As our artists are starting to use the UFE workflows, a common request has been the desire to rename layers after they've been created. If they make a mistake during...

enhancement

### Description of Issue For pipeline purposes, it would be very useful to be able to preserve variant ordering within a USD file. This is especially important when presenting the...

### Description of Change(s) Garbage collect the texture handle registry and resource registry to prevent memory leaks. Submitting on behalf of Maddy Adams - [X] I have verified that all...

I was hitting a bug where some code was passing EMPTY_STRING to the node creation function. This is meant to generate a name that is unique to this node. However...

This PR changes the MPL 2.0 license to Apache 2.0 as discussed. However, we should wait to merge this in till the following things are completed: - [X] ILM signs...

### Description of Change(s) USD has set its internal namespace to include the major (always 0), and minor (year) versions, but hasn't thus far included the patch version. Since USD...

### Description of Change(s) This PR consists of two commits. One that removes HDF5 support from the build_usd.py, and the other that removes it from the USD codebase as a...