09 Apr 2014, 15:09
Hi!
There seems to be an issue with anchor nodes when being created within a custom node's InitSelf() method:
which generates the following output while failing initialization:
There seems to be an issue with anchor nodes when being created within a custom node's InitSelf() method:
mAnchor = dynamic_cast<Graph::IAnchor*>(root->CreateNode("Anchor"));
AddChild(mAnchor->GetNodeInterface());
which generates the following output while failing initialization:
2014-04-09 15:43:11.239 Sky[20963:1d703] Load package 'menu'.
2014-04-09 15:43:11.244 Sky[20963:1d803] (null)
2014-04-09 15:43:11.244 Sky[20963:1d803] Murl::Graph::Node::Init(), line 893: ID=, InitSelf() failed
2014-04-09 15:43:11.244 Sky[20963:1d803] Murl::Graph::Node::InitChildren(), line 1275: ID=particles, Failed for child 3
2014-04-09 15:43:11.245 Sky[20963:1d803] Murl::Graph::Node::Init(), line 911: ID=particles, InitChildren() failed
2014-04-09 15:43:11.245 Sky[20963:1d803] Murl::Graph::Node::InitChildren(), line 1275: ID=, Failed for child 4
2014-04-09 15:43:11.245 Sky[20963:1d803] Murl::Graph::Node::Init(), line 911: ID=, InitChildren() failed