Skip to content
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

ValueClips do not play when using implicit instancing #3295

Open
nanderson-cinesite opened this issue Sep 17, 2024 · 2 comments
Open

ValueClips do not play when using implicit instancing #3295

nanderson-cinesite opened this issue Sep 17, 2024 · 2 comments

Comments

@nanderson-cinesite
Copy link

Description of Issue

We have encountered an issue when attempting to use implicit instancing with value clips. We are not certain if this is a bug or something we are doing wrong.

It appears that when a prim with a reference is set instanceable the value clips no longer playback.

The evidence that supports this being a bug is that the same value clip works if:

  • applied to a prototype of a point instancer
  • applied to a primitive that is set not instanceable
  • an explicit prototype local reference setup is used to compose the reference prim under (not sure is there is a name for this)

Included in the example:

  • "explicit_prototype_reference": prim using a local prototype that has variant selection set. This works but it seems hacky.
  • "implicit_instance": Asset with instanceable set to true that doesn't animate
  • "not_instanced": Asset with value clip variant set selection. Works as expected
  • "local_value_clip_instanced": value clip applied directly to a prim that is set instanceable. This doesn't work
  • "local_value_clip_not_instanced": Value clip applied directly to a prim that is not instanceable.
  • "Instancer": The same asset with value clips variant selection works when prototype of instancer.

Steps to Reproduce

  1. Apply a value clip to a reference that is set instanceable=true

System Information (OS, Hardware)

Package Versions

Build Flags

value_clip_example.zip

@spiffmon
Copy link
Member

spiffmon commented Sep 18, 2024 via email

@jesschimein
Copy link

Filed as internal issue #USD-10141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants