Thanks! That helped me to understand what the node ‘expects’ from me, which I didnt know either. So it means that the node will take whatever I insert and turn it into a single list (Question 1)?
Question 2, which is still the same question as before: what happens to the python node when i put for example ‘view: var…’ in the IN[0]? It thought first, if i do it in the custom node, then the node will have an Input called ‘view’ instead of IN[0] in the workspace. I tried to do it and was not succesful though… Am I doing something wrong? Or did I understand it wrong?