You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Cached Resolver set with SetExposeRelativePathIdentifierState(True), the drive letter on windows is returned as lower case trough assetPath argument of ResolveAndCache method...
I'll have to check the code if we are on purpose lowercasing it (as far as I remember, no).
Since Windows is case-insensitive, this shouldn't matter for resolving itself (but it probably affects how the pinning file needs to be stored).
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 cachedPairs to be sure of matching
With the Cached Resolver set with SetExposeRelativePathIdentifierState(True), the drive letter on windows is returned as lower case trough assetPath argument of ResolveAndCache method...
In Houdini U:/path/to/file
assetPath = u:/path/to/file
The text was updated successfully, but these errors were encountered: