Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logic operation node #2990

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

RunDevelopment
Copy link
Member

Fixes #2982

This adds a node to perform boolean operations. Supported operations are: and, or, xor, not. These operations are functionally complete, but we may want to add more in the future if needed.

Just like for the Math node, I added suggestions, so users can quickly create specific operations. Since I wanted to support text, I also had to slightly adjust how search queries are matched.

image

@joeyballentine
Copy link
Member

Awesome

@joeyballentine joeyballentine merged commit f7e7302 into chaiNNer-org:main Jul 10, 2024
17 checks passed
@RunDevelopment RunDevelopment deleted the logic-ops branch July 11, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing and very limited conditional nodes capability
2 participants