Re: Moulding Boolean Convert plugin (MBC)

by dorin » Sun Jan 18, 2026 8:25 am

The updated alpha2 version.
The previous link is updated too.

I made a few changes and now it seems to be working.
pict14Image
pict15Image
pict16Image
pict17Image
pict18Image

@Keet Thanks, you've encouraged me!
The plugin (like SH3D) does not work directly with obj files.
-Exports the furniture as obj+mtl+texture to a temporary zip file;
-Loads it back as BranchGroup;
-Extracts the geometries from it and creates an Object3D (a kind of solid);
-Perform Boolean operations with two Object3D;
-Perform the steps in reverse order until the new furniture is added to home.

The XOR operations still don't work as expected.
Even so, use it with care!