Hi everyone ,any node can determine the [Empty List] or replace it?
Thanks
Hi everyone ,any node can determine the [Empty List] or replace it?
Thanks
The List.ReplaceItemAtIndex node is from package Clockwork which you already seem to have installed.
Thanks Andreas Dieckmann
right now i success replace empty lists
however
[Family.Name] Warning: Dereferencing a non-pointer.
any idea?
The goal is get the phase element name and empty list replace by string[] With the same index order.
Family.Name will not work on a phase, as phases aren’t families. Try Element.Name instead. If that doesn’t work, use the custom node “Element.Name (Universal)” from package Clockwork.
What i am doing wrong