10-19-2023 03:06 AM
wiebe@CARYA wrote:
@Yamaeda wrote:
If you see a Flat sequence as an array of structures it still holds. 🙂
Sure.
To be fair, even in LV's class structure a flat sequence isn't a structure (or even a node, until you ask for nodes, and they are still returned in an array of nodes 😲).
The norm is to consider a flat sequence as a (single) structure.
Yes, a single array structure. 😉
I haven't played much with the scripting part (though it can be quite fun and helpful) so i didn't know that. I assumed they were a structure since the included nodes must have them as parent?
10-19-2023 05:14 AM
@Yamaeda wrote:I haven't played much with the scripting part (though it can be quite fun and helpful) so i didn't know that. I assumed they were a structure since the included nodes must have them as parent?
AFAIK, the hierarchy has always been like this (messed up 🙄).
It simply shouldn't be possible to return non-nodes in an array of nodes. AFAIK, the hierarchy has always been like this (messed up 🙄).
It makes some scripting tasks orders of magnitude harder.