Mask Boolean
Mask
Combines two masks with boolean operations: union, subtract, intersect, or difference.
Mask Boolean takes two mask inputs and combines them using set operations. Union merges both masks together. Subtract removes the second mask from the first. Intersect keeps only the overlap. Difference keeps areas where the masks don’t overlap.
This lets you build complex selections from simple building blocks.
Parameters
Section titled “Parameters”General
OperationChoice
Combine two masks
Usage Tips
Section titled “Usage Tips”- Use Subtract to punch holes in a mask. For example, remove an inner area from an outer selection.
- Intersect is useful for restricting one mask to the area covered by another.
- Chain multiple Mask Boolean nodes for complex multi-region selections.