Reply To: How can I tell which Task is next in a Sequencer?

Forums 💬 NodeCanvas 🗨️ General Discussion How can I tell which Task is next in a Sequencer? Reply To: How can I tell which Task is next in a Sequencer?

#13025
Gavalakis
Keymaster

    Hello and sorry for the late reply,

    The design of the connections has been changed in recent versions so that all connection outputs come out of a single point.

    However in both the previous design as well as the new one, the child nodes were/are always evaluated from left to right. Because of this, there was no good reason to show the connections separately. It is only a UI change, but the ordering and behaviour remain the same.

    Thank you.