-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
usdImaging engine can't do AOV's with period in them #1215
Comments
Actually it fails on almost all punctuation marks, which makes it pretty impossible to use the proposed lpe: aov names. |
The following patch does fix it, though I think it could be improved with more accuracy as to what characters are allowed in a path component:
|
Filed as internal issue #USD-6085. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Issue
AOV's with various characters (space and period at least) in them produce errors and never make the bprim. I think what is needed is to fix HdxTaskController::_GetAovPath() but need more info on what characters are valid, probably replacing all of them with underscore will work and not produce collisions.
Steps to Reproduce
System Information (OS, Hardware)
Linux
Package Versions
USD 20.02
The text was updated successfully, but these errors were encountered: