I am a little disimpressed with blenders boolean operations, unless I’m doing it wrong, and am operating with manual booleans, and have come across this problem many times before:
Extra lines that shouldent be there
Say you have 3 vertici(?) and named ‘A’ ‘B’ and ‘C’
‘B’ is in the middle of ‘A’ and ‘C’
Say there is an ecge between A and B, B and C, and A and C
Now I only want A2B, B2C not A2C.
How can I get rid of this line, like if Its repeated through a large mesh and I dont want to go through all sets of vertici(??) pairs.
Any comments would be appreciated.
-Thank You