-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
install codegenTemplates #211
Comments
+1 This would for sure be a boon to people developing plugins, but relying on a distributed package. |
Filed as internal issue #146333. |
Are there any complicating factors to this issue or is it as simple as adding some |
AdamFelt
pushed a commit
to autodesk-forks/USD
that referenced
this issue
Apr 16, 2024
…/feature/pipeline_adsk Enable disableConcurrentBuilds(abortPrevious:true) on PR branches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Issue
the codegenTemplates directory is not installed in the bin dir, so any time "usdGenSchema" is run, it needs to be pointed at a source-code checkout (or the directory needs to be manually copied)
This issue is referenced in #158, but I felt it deserved it's own issue.
Steps to Reproduce
cd
to a directory with a validschema.usd
fileusdGenSchema
${USD_INSTALL_ROOT}/bin/codegenTemplates
The text was updated successfully, but these errors were encountered: