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
The first situation:
/world/prototypes/public_prim_A
/world/some/pointinstancer
/world/mat/metal_red
color3f[] /world/some/pointinstancer.primvars:displayColor=[(1,0,0),(0,0,1)]
rel /world/some/pointinstancer.prototypes =</world/prototypes/public_prim_A>
/world/some/pointinstancer.material:binding = /world/mat/metal_red
----result1----- material Invalid, unable to overwrite displayColor
The second situation:
/world/some/pointinstancer/public_prim_A
----result2----- material active; displayColor and image texture screen mix;
What is the reason for this, the reason for passing the primvars attribute?
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-10411
Sorry, something went wrong.
No branches or pull requests
The first situation:
/world/prototypes/public_prim_A
/world/some/pointinstancer
/world/mat/metal_red
color3f[] /world/some/pointinstancer.primvars:displayColor=[(1,0,0),(0,0,1)]
rel /world/some/pointinstancer.prototypes =</world/prototypes/public_prim_A>
/world/some/pointinstancer.material:binding = /world/mat/metal_red
----result1----- material Invalid, unable to overwrite displayColor
The second situation:
/world/some/pointinstancer/public_prim_A
/world/some/pointinstancer
/world/mat/metal_red
color3f[] /world/some/pointinstancer.primvars:displayColor=[(1,0,0),(0,0,1)]
rel /world/some/pointinstancer.prototypes =</world/prototypes/public_prim_A>
/world/some/pointinstancer.material:binding = /world/mat/metal_red
----result2----- material active; displayColor and image texture screen mix;
What is the reason for this, the reason for passing the primvars attribute?
The text was updated successfully, but these errors were encountered: