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
In the BlendShape schema the pointIndices attribute is using a uint array:
BlendShape
pointIndices
class BlendShape "BlendShape" (//...) { // ... uniform uint[] pointIndices ( // ... }
(see https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usdSkel/schema.usda#L282)
All other indices attributes like faceVertexIndices and creaseIndices are using int arrays. Is there are reason for that?
faceVertexIndices
creaseIndices
19.05
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-5341
Sorry, something went wrong.
9a1bb17
Merge pull request PixarAnimationStudios#858 from autodesk-forks/reso…
7c1506e
…lve/adsk/feature/webgpu Merge the latest commit from 'adsk/feature/webgpu' to 'adsk/dev'
No branches or pull requests
Description of Issue
In the
BlendShape
schema thepointIndices
attribute is using a uint array:(see https://github.com/PixarAnimationStudios/USD/blob/master/pxr/usd/lib/usdSkel/schema.usda#L282)
All other indices attributes like
faceVertexIndices
andcreaseIndices
are using int arrays. Is there are reason for that?Package Versions
19.05
The text was updated successfully, but these errors were encountered: