We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
usdview is an excellent tool for presentations and developer iteration.
usdview
One feature which would be really nice to have is the ability to paste & execute multi-line python code into the interpreter.
Currently, the multi-line pastes are not executed.
cd
usdview ./pxr/usd/usdGeom/testenv/testUsdGeomSubset/Sphere.usda
green
blue
red
for prim in usdviewApi.selectedPrims: prim.GetAttribute('indices').Set([1,2,3])
Ubuntu-18.04
19.11
Dynamic build.
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-5865
Sorry, something went wrong.
811565f
No branches or pull requests
Description of Issue
usdview
is an excellent tool for presentations and developer iteration.One feature which would be really nice to have is the ability to paste & execute multi-line python code into the interpreter.
Currently, the multi-line pastes are not executed.
Steps to Reproduce
cd
to the root of the USD repository.usdview ./pxr/usd/usdGeom/testenv/testUsdGeomSubset/Sphere.usda
green
,blue
, andred
GeomSubsets in the outliner.Workarounds
System Information (OS, Hardware)
Ubuntu-18.04
Package Versions
19.11
Build Flags
Dynamic build.
The text was updated successfully, but these errors were encountered: