Hey everyone, for the life of me I cannot seem to fix this lacing issue.
I am trying to read family parameter names and filtering on certain built in ones. This is so I can delete or reset them when I load in downloaded families.
But for some reason the lacing here seems off. Anybody have any idea? The combination of Cross lacing with an Any.True node usually works but not this time
You need to retain the list level structure as well.
Ah good call, I guess I didn’t realize the lacing of the List.FilterByBoolMask
Still, not all “f” 's are filtered out this way.
In the mean time I decided to create an alternative which helped me out.
But also this has an issue with double values. Luckily this is a practice script and my Families don’t contain double parameter names values so it worked for my original script.
The lacing issue is also solved by setting up the List.FilterByBoolMask correctly
Can you explain what it is exactly that you’re trying to accomplish? That would make it easier for us to recommend a solution. I think you just need to keep the original list structure in the List.AnyTrue
node to get the correct structure for FilterByBoolMask
.
However, in your new image you’re only looking at the length of the sublists and not the number of items.