Hello eveyone.
Technical question about "what can a list do ?"
Is a list able to store panels like this : list.add(panel(i))
if yes, are all the properties of each panel stored in the list enabled or not ?
I ask this to know if I can call any panel with it all properties in my code from the list.
I wish to do a project, but I want to be sure that this can run or not, and I wish to know if someone did this.
Thank you
Technical question about "what can a list do ?"
Is a list able to store panels like this : list.add(panel(i))
if yes, are all the properties of each panel stored in the list enabled or not ?
I ask this to know if I can call any panel with it all properties in my code from the list.
I wish to do a project, but I want to be sure that this can run or not, and I wish to know if someone did this.
Thank you