I encountered a strange problem involving setting metadata that I can't find any cause for. Was wondering if anyone had any suggestions on what to check.
If a parent node at initialization I call setmeta("data", 1). I check it with getmeta, and it is there.
However in the children nodes, they can't see to see the meta data. I get_parent(), it is the correct node, but it has none of it's meta data. Even when deferring and looping, it never shows up.
So the parent will report having, the children can't find it.
In another scene I made weeks ago using this method, it is identical code, and actually works just fine...
I'm starting to suspect some sort of internal bug. Anyone have anything to add?
Thanks. ^_^