0

displaying multiple levels of sub-Assets on a Shot detail page

what filtering should i do to include sub assets (we can have multiple levels of sub assets)...

for example...


Set A1 is used in shot A_0010.

Set A1 has coyote_cave set inside which has generic_cactus_02 prop inside of it...


I want to display all of these assets in the shot's assets tab...

 

thank

1 comment

  • 0
    Avatar
    KP

    You would have to create a condition for each number of levels you currently support for sub-assets. On your Shot detail page, in the Assets tab, you would create filters like this:

    [match ANY of the following conditions:]

    • Shots | includes | Current Shot
    • Parent Assets > Shots | includes | Current Shot
    • Parent Assets > Parent Assets > Shots | includes | Current Shot
    • etc. for as many levels of sub Assets you have.

    So in this case it would match Set A1 since it's linked to the current Shot, and coyote_cave since it's "Parent Assets" (Set A1) shots value includes current Shot. And then also generic_cactus_02 because of the third filter: it's "Parent Assets" (coyote_cave), "Parent Assets" (Set A1) shots value includes the current Shot.

Please sign in to leave a comment.