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

Make SDF boolean nodes variadic #650

Merged
merged 5 commits into from
Apr 30, 2024

Conversation

williamchange
Copy link
Contributor

Turns several SDF boolean nodes variadic so they can work with multiple shapes.

2d_boolean_variadic

2d_smoothboolean_variadic

@williamchange
Copy link
Contributor Author

3d sdf boolean variadic nodes

3d_boolean_variadic

3d_smoothboolean_variadic

@williamchange
Copy link
Contributor Author

williamchange commented Dec 17, 2023

This also swaps the inputs around so the first input is the background instead of the foreground (addresses a suggestion from @Tar0x on Discord) as it can be confusing when working with multiple inputs(variadic nodes):

image

Before:

2d_before
3d_before

After:

2d_after
3d_after

@williamchange williamchange marked this pull request as ready for review December 17, 2023 13:54
@RodZill4 RodZill4 added this to the 1.4 milestone Feb 27, 2024
@williamchange
Copy link
Contributor Author

Finalized, no further changes planned.

@RodZill4 RodZill4 merged commit ba328bf into RodZill4:master Apr 30, 2024
2 checks passed
@williamchange williamchange deleted the variadic-sdf-boolean branch May 5, 2024 14:48
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.

2 participants