If I try to boolean an object with multiple polygons in it it displays an error "boolean engine did not cope"
Any ideas?
Boolean Error: boolean engine did not cope :: Solved ::
Moderator: Moderators
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
Boolean Error: boolean engine did not cope :: Solved ::
Last edited by Penguin on Sat Feb 17, 2007 1:26 am, edited 1 time in total.
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Boolean Error: boolean engine did not cope
What do you mean by "multiple polygons"? Do you mean any object with more than one polygon, or something else?
The error seems pretty definite: Something about the objects that you are using is causing the XSI's boolean code to fail.
The error seems pretty definite: Something about the objects that you are using is causing the XSI's boolean code to fail.
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Boolean Error: boolean engine did not cope
In modeling, Boolean operations are those that add, subtract, and mask shapes together to produce new shapes.
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: Boolean Error: boolean engine did not cope
I imported a object from ZE, so its messy. Thats why it fails. Either somehow I clean it up, or I create a new one
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Boolean Error: boolean engine did not cope
Yeah, you're probably going to want to get rid of the other meshes, or extract them into their own objects, and then delete the original.
The way to go about that would be to select a polygon on say, a collision sphere. Under the select menu, hit grow selection a few times, until you have all of the polygons in the sphere selected. Then, go create->Poly. Mesh-> Extract(delete). This will pull the selected polygons into a new object, and delete them from the source object.
Once you have the visible geometry in an object by itself, you should be able to perform boolean operations on it.
The way to go about that would be to select a polygon on say, a collision sphere. Under the select menu, hit grow selection a few times, until you have all of the polygons in the sphere selected. Then, go create->Poly. Mesh-> Extract(delete). This will pull the selected polygons into a new object, and delete them from the source object.
Once you have the visible geometry in an object by itself, you should be able to perform boolean operations on it.
-
Penguin
- Jedi Admin

- Posts: 2541
- Joined: Sun Mar 05, 2006 12:00 am
- Location: Australia
RE: Boolean Error: boolean engine did not cope
Ahah, that did the trick! Thanks t551t551
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Boolean Error: boolean engine did not cope
No problem. To be honest, I was just guessing.
