Scripts
From Blender for Architecture
Revision as of 10:04, 6 January 2011 by Sanzoghenzo (Talk | contribs)
Import / Export
- Allplan : Export your model from Allplan in 3DS format, and use this script to import your model in your Blender scene.
- DXF-Importer : ver.1.12 can import both 2D and 3D geometry from DXF files up to v2007. (07.2007 migius at blenderartists.org)
- DXF-Exporter : ver.1.25 can export 2D and 3D mesh and curve objects to DXF-r12 format. (09.2008 migius at blenderartists.org)
Tools
- Section: Use a plane to cut many objects at one time. Make your cross-section easily.
- Lengthen
- PointAlign Script : To align different vertexes to a coordinate. NON WORKING LINK!
- ProCAD - Italian Manual - English Manual CAD tools for Blender! (Chamfer, Fillet...)
Download the latest version (2.3) here: Image:Procad23-1.tar.bz2.blend
Download the latest version (2.4) originaly from www.utenti.lycos.it/paoloprovenda/PROCAD24.zip here: Image:PROCAD24.zip - Quantities bill: This scripts creates a quantities bill from the selected objects. It separates the objects by material, then computes for each object either the volume, the total area or the total length and creates a new text in the text editor, formatted in CSV format, which you can save and open with any spreadsheet application. NON WORKING LINK!
- Cross Section: This script creates cross-sections of selected objects at their intersection with active object. Active object must be a plane (or any one-face object). Only meshes will be cut. Be sure to apply transformations to objects before running the script... NON WORKING LINK!
- Mesh integrity check: This script checks the active mesh for open or non-manifold edges. If all edges are shared by exactly 2 faces, this means we have a perfectly closed manifold mesh. Otherwise, the 1-face or 3-face edges get selected, so you can fix them easily... Useful if you need well-closed meshes, for example when calculating volumes. NON WORKING LINK!
- alignit.py: Alignit script will align a chosen edge to the last selected object chosen edge. Also buttons to move 3D cursor to chosen edge.
- CAD-tools: a CAD productivity suite for Blender 2.49 (10.2009 migius)
Object creation
- Spiral Stair Creation (Original Website) : Create a parametric spiral staircase.
- Blender tree generator NON WORKING LINK!
Materials
Rendering
- BGC: Panorama Wizard NON WORKING LINK!
- Batch camera rendering (c) JMS
- Pantograph: Vector render - ouput to SVG, PDF and SWF
Web ressources
You can find useful scripts on :
- JM Soler Website
- Campbell Barton's website Look for Archimap unwrapper. NON WORKING LINK!
- Macouno's page Look for 'Mesh measurements' and 'Caliper' scripts especially. NON WORKING LINK!
- Glender - Blender Scripts Guillaume Englert's scripts page. Look for Geom Tool.