Output compound attributes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi There;
I am creating node that has input compound attribute called aPoseList. It has a child attribute aOffsets which is pointArray.
aPoseList
aPoseList[0]
- offsets
- offsets[0] (pointArray)
- offsets[1] (pointArray)
- offsets[...] (pointArray)
aPoseList[1]
- offsets
- offsets[0] (pointArray)
- offsets[1] (pointArray)
- offsets[...] (pointArray)
My question is : how do I build output compound attribute that would look like this:
aOutput
-aOutPoint[0] (pointArray)
-aOutPoint[1] (pointArray)
-aOutPoint[...](pointArray)
I understand that I need to use data builder to build output and I have done it building only one pointArray. Just don't know how to build this multiple compound attribute outputs. 🙂
Hope it make sense. Example or short explanation would be highly appreciated.
Many Thanks,
Drago