I implemented the gumball feature in my definition but it appears to have a limitation when I try to go for more than 3 transforms in one block of change. This limitation is given by default of the feature or I’m doing something wrong?
Could you share the link to the ShapeDiver model where this issue happens?
Of course!
Example 1:
https://www.shapediver.com/app/m/2g-gumballinput-tutorial2-3
Example 2:
https://www.shapediver.com/app/m/shapediver-gumball-test-v3-4
I see you have partially adapted the Gumball tutorial model available in the help center. In doing so, you have forgotten to make sure each of the boxes in your example have separate names, which is necessary to select them individually:
As a consequence, I am assuming the rest of the worfkflow got broken as well.
Below is the fixed definition. I am assuming the second example has a similar issue.
2g-gumballinput-tutorial2-3.gh (43.5 KB)
Problem solved! As you said the problem was on the naming. I was forgetting to input the list length on the series count.
Thank you!