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

Allow inline bools #147

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mastfissh
Copy link
Contributor

Right now, if you want to pass a 0 or 1 to most nodes, you need a logic bool node running to it.

It'd be nicer if you had the option to use an input widget in cases where you want to just set the value directly. I've only done image input because that's the one I use the most but should be pretty easy to implement this across all the logic nodes.

@WASasquatch
Copy link
Owner

WASasquatch commented Aug 6, 2023

This isn't a complete PR since it only effects one node and would introduce confusion.

@mastfissh
Copy link
Contributor Author

Yup - I thought I'd double check before making this change across all nodes. If I adjusted all of them to be widget-able, would that work?

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.

None yet

2 participants