I am trying to put “I love you” handshape on the front of the background and remove the background section inside of the handshape with boolean subtract, but it won’t let me.
I’ve watched YouTube videos, and they look so simple processing, but it won’t work on my PC! I’m about to throw my PC out of the window!
There are two conditions required for boolean operations to be made available:
You’re working with exactly 2 shapes or groups of shapes at a time. Make sure each set of shapes is grouped for this to work. Again, you must have 2 and only 2 sets of shapes
All shapes must be closed, meaning that there are no open shapes anywhere in the set of shapes to be booleaned. A closed shape has contiguously joined line segments that meet at the ends.
Are you meeting both criteria for these?
If not, correct and retry.
If this isn’t making sense then upload the .lbrn file that you’re working with for review.
I started playing with it, deleted the open shape, un-grouped the hand, put the inner part of the hand on a different layer and hid it. duplicated the rest of the hand, subtracted. Put the hand back together.