Changed the behaviour of ExprSeqLabel. When an ExprSeqLabel node is …previsited it creates a stack frame. In the extra information map the (path of the) node is now mapped to that stack frame. The reason is that this should make it easier for the animator to find the stack frame associated with a given node. Also I added interface to the Evaluation class to make it easier to get the extra information associated with a path.
Changed the behaviour of ExprSeqLabel. When an ExprSeqLabel node is …previsited it creates a stack frame. In the extra information map the (path of the) node is now mapped to that stack frame. The reason is that this should make it easier for the animator to find the stack frame associated with a given node. Also I added interface to the Evaluation class to make it easier to get the extra information associated with a path.