Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generatedSchema.usda not loaded from symlinks. #763

Closed
jdwilder-google opened this issue Feb 14, 2019 · 1 comment
Closed

generatedSchema.usda not loaded from symlinks. #763

jdwilder-google opened this issue Feb 14, 2019 · 1 comment

Comments

@jdwilder-google
Copy link

When any generatedSchema.usda is located in a symlink, _GetGeneratedSchema (in schemaRegistry.cpp) fails, which later causes errors when setting attributes.

This can be fixed by changing TfIsFile(fname) to TfIsFile(fname, true) in _GetGeneratedSchema. It appears that the lack of symlink support is unintentional due to the omission of the default parameter.

@jilliene
Copy link

Filed as internal issue #USD-5139

AdamFelt pushed a commit to autodesk-forks/USD that referenced this issue Apr 16, 2024
…ue/OGSMOD-4422-android

[OGSMOD-4422] Make Vulkan safe to work with profiler and debug tools on Android devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants