Fetch detail attribs from merge sop?

   812   2   0
User Avatar
Member
1007 posts
Joined: April 2017
Offline
Hi!

I would like a way to connect detail wrangles containing a udim value to a merge(or something) and somehow fetch all those udim values to place them in an array. I would also like the ability to add more more of those "detail_udim" wrangle to the merge and have the array automatically update.

Attachments:
Houdni_fetch_detail_from_Merge.JPG (40.9 KB)

User Avatar
Member
8551 posts
Joined: July 2007
Online
Maybe just have it on points as a point i@udim attribute for example (one per stream)
then merge those points and do point wrangle that would build your array detail attrib
int udim[] = array(i@udim);
setdetailattrib(0, "udim", udim, "append");
Edited by tamte - Oct. 20, 2021 16:13:40
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
1007 posts
Joined: April 2017
Offline
Ah! Thanks for the info. I ended up doing a daisy-chain of each wrangles to solve my problem.
  • Quick Links