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
Hey Chad, thanks for sharing your approach to building stubs for USD. I echo your thoughts that it'd be super to eventually get these stubs regularly autogenerated with a CI pipeline and release them as a package.
I've gotten the chance to run it on a fresh build of USD's latest release branch on Ubuntu but I'm getting an ImportError: No module named generateDocs error.
Hey Chad, thanks for sharing your approach to building stubs for USD. I echo your thoughts that it'd be super to eventually get these stubs regularly autogenerated with a CI pipeline and release them as a package.
I've gotten the chance to run it on a fresh build of USD's latest
release
branch on Ubuntu but I'm getting anImportError: No module named generateDocs
error.Here's the build command I used for USD:
And the usdstubgen command:
git clone https://github.com/chadrik/usdstubgen.git cd usdstubgen python usdstubgen.py ../USD/docs/doxy_xml ../USD/ ../USD/lib/python --builddir gen
The text was updated successfully, but these errors were encountered: