octoblu / issues

The place to report Octoblu issues
3 stars 2 forks source link

A boolean node with two output paths #255

Closed brianehlert closed 8 years ago

brianehlert commented 8 years ago

True / 1 is one output path False / 0 is a second output path

Instead of having to use two Equal filters.

iamruinous commented 8 years ago

We only support one output point per node. It is an intentional design decision, otherwise it becomes very difficult to know which output goes where and the logic becomes hidden inside the node.