Hello freind. How can Replace Empty list with another list in dynamo?
Pretty sure there is ReplaceItemAtIndex
node.
that
That’s because your list levels need adjusting.
It works without the Levels .
He wired the wrong node / List in to replacement
.
I didn’t notice that at first .
Too early in the morning.
Was thinking you could probably do it with design script too…
Something like this… but my designscript absolutely sucks and I can’t make it work.
I guess we need @Vikram_Subbaiah for that .
The indents are important in Python.
Use the Tab key or use 4 spaces.
Each indent must be the same. So either use tabs or 4 spaces.
Thanx a lot its work
You’d have to use nested loops for that… or maybe some recursive function.
With your particular problem I’d suggest you use a ready made node because you can set the list levels easily.
@f.saeedian
Out of curiosity. Why use Python and not the nodes?
Do you know what you did wrong in your original graph?