prj is a Blender add-on for generating semantic technical drawings from 3d model.
Its main purpose is to help architects and designer to make building and interior drawings automatically.
prj is currently under development and may be subject to changes: using it on production is on your own responsibility.
prj generates linked data-rich SVG drawings.
In particular:
<use> element) to the main drawing. That allows to keep files size small and to limit redrawing to changed objects only.prj is able to produce drawings in DXF or DWG file format as well.
prj uses Blender Line Art feature and SVG grease pencil exporter.
prj doesn't mean to be a simple drawing tool: its main aim is to be a tool to manage projects information by generating data-rich drawings (a kind of BIM drawing tool).
This is why it generates drawings in SVG format with a linked structure: this way every object in the drawing can return informations about it (product id, size, weight, physical properties, cost, typology, family belonging, etc…)* and allow user to get, for example, bill of quantities or interactive drawing you can query.
* It's important to point out that, at the moment, the add-on is not capable to store some data yet (like quantities) but in future it should be able to do it.
For these reasons it's recommended to complete the drawing process (composing, styling with css, adding annotations and dimensions) using an SVG editor (like the open source Inkscape).
Anyway, if you don't care to keep these information inside your drawings, you can produce DXF or DWG files.
In General flow and process section you can find more informations, tips and tricks about the use of prj in a normal architectural drawing process.
A proper documentation is under construction in the wiki.
In the meantime you can check the Tips and tricks page and find some useful suggestion about using prj





