Boolean operations on quick select sets

Boolean operations on quick select sets

Anonymous
Not applicable
513 Views
3 Replies
Message 1 of 4

Boolean operations on quick select sets

Anonymous
Not applicable

Hi,
Is it possible to perform boolean operations on 2 or more quick select sets?
For example: select all faces which are part of set 1 but not a part of set 2.

If it's not a part of maya, can it be done through scripts?

0 Likes
514 Views
3 Replies
Replies (3)
Message 2 of 4

mspeer
Consultant
Consultant

Hi!

You can use Booleans only on Polygon objects, but not on individual faces.

0 Likes
Message 3 of 4

Anonymous
Not applicable

Hi,
Thanks for reply.
I don't have any experience with scripts, but shouldn't it be possible to implement boolean logic operations for sets?

How can I get all geometry assigned to a set from code?

0 Likes
Message 4 of 4

mspeer
Consultant
Consultant

Hi!

You can't do for example Set1 - Set2.

 

What you may be looking for is this, Bool for Maya

https://vimeo.com/230275140

0 Likes