Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working with a custom node that returns all the Ancillary Ids of the Elements selected. My issue is that it just creates a single list of all parameters. Since each Element can have a different number of Ancillary Ids, I need to list these per Element. Then I can access them per list, per index number. Below I have only added the List.Chop node to show how I need the list from the Python Script to look; that is not intended to be part of the script.
I understand the append is just adding the next Ancillary Id to the list. But I am struggling to find a way to break up the list per Element as I need? Not sure if I need to use a Count or maybe create a second list???
Solved! Go to Solution.