Why a decorator set to "abort self" highlights so many nodes in editor?

Look at this:

There is a decorator called “Is Free?” set to abort self in the lower left corner which is selected, therefore nodes affected by the abort are highlighted in green. I think nodes marked with a “?” should not be highlighted.

  • Nodes at the left in parent sequences could not be aborted because they are already executed.
  • Grand parents past a selector parent should not be affected by the abort too because the selector will stop the abort propagation.

Can someone explain?

(win 7 64, 4.8.1 binary)

Looks like a bug, but I’ve tried reproing it and wasn’t able to. Can you share a stripped down version of your project, a one that still exhibits the buggy behavior? if you did we’d fix the bug very promptly :slight_smile:

Cheers,

–mieszko

I restarted the project and it’s gone. I think it happens during editing, but saving/reloading rests it to correct state. I will try to find how it’s happening.