Conversation
…s to available floating point grid types Signed-off-by: Nick Avramoussis <4256455+Idclip@users.noreply.github.com>
Idclip
commented
Sep 17, 2026
| MulAdd<GridT>(bMult).process(*bGrid, tempGrid); | ||
| openvdb::tools::csgDifference(*resultGrid, *tempGrid, /*prune*/true, | ||
| /*prunedgen*/self->evalInt("prunedegenerate", 0, self->getTime())); | ||
| } |
Contributor
Author
There was a problem hiding this comment.
@jmlait the combine sop is the only one I'm unsure about - these all compile and do something for non float types. I don't know if there's an early exit elsewhere in the sop for non floats or if Houdini today does process all non bool types for the csg ops?
Contributor
Author
There was a problem hiding this comment.
A cursory glance looks like it's only checking the metadata - so, in theory, you could have two int or even two vector grids in Houdini, change their metadata to levelset (I assume it's possible to hack that) and get an output from the sop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.