This Blender Python script creates a “cutter” object from a 2D polygon that is extended along the Z-axis. It then applies a boolean modifier (using the INTERSECT operation with the EXACT solver) to ...
This is the repository for my ThreeJS experiment. This experiment uses mouse events to modify the vertices and faces of a 3D object created in Blender and imported into ThreeJS as a JSON format.