Skip to content
s-leger edited this page May 21, 2017 · 78 revisions

Welcome to the Archipack for Blender wiki!

Archipack is now part of addons-contrib so you'll find it in nightly builds of Blender and in the upcomming 2.79 release.

Archipack video preview

Preview

2d to 3d video preview

What does it do ?

Detect polygons from unordered splines (spaghettis) like in architectural 2d blueprints within a single click. Fix precision issues filling small gaps between lines encountred when importing. Once detected, you are able to pick polygons with a select tool and build walls, doors, windows, curves or closed polygons right from your selection.

Preview

Preview

Why ?

Cleaning dxf files or redrawing walls in worst cases is often a painfull task. This script does automagically fix most issues encountred in imported cad drawings, eg: not well formed lines, and allow you to simply select needed polygons to get a clean curve of polygons boundarys.

How does it do ?

Under the hood, i do write from scratch the cleaning code and intersection detection to handle precision and optimization issuees occuring on medium data sets using a spacial tree (adapted pyqtree). Polygonization is only a wrapper arround shapely as it is realy powerfull and quick.

Report errors and general feedback:

General feedback on Blender artist forum tread

Should you find an error or want to report success/issues ? Report errors on Issues Tracker

Clone this wiki locally