Dion Moult
8686462eed
#1153 . Section markers are now supported in SVG.
2022-03-29 20:44:20 +11:00
Dion Moult
6cd4a2d78b
#1153 . Add support for elevation symbols in generated SVGs.
2022-03-29 20:30:10 +11:00
Dion Moult
2c6cb2fbb2
#1153 . Section references are now auto generated when activating a drawing.
2022-03-29 17:04:50 +11:00
Dion Moult
eb7babb1b0
#2053 . Minor fix. Enable strict tolerance everywhere.
2022-03-27 19:05:05 +11:00
Dion Moult
dcc1ed5607
#1153 . References to grids in drawings are now auto synchronised when activating a drawing view.
2022-03-18 16:00:49 +11:00
Dion Moult
2bfff12988
#1153 . Drawing names are now generated based on their location and show an icon based on the drawing type.
2022-03-18 15:49:56 +11:00
Dion Moult
6be87c035f
Annotations are now auto collected correctly and simpler drawings UI. See #1153 .
2022-02-04 19:21:24 +11:00
Dion Moult
524483e9cc
Target view is now read from IFC. See #1153 .
2022-02-04 12:04:20 +11:00
Dion Moult
7116a9f71a
Removing drawings now roundtrips in IFC. See #1153 .
2022-02-04 10:54:18 +11:00
Dion Moult
6a8292d24c
Fix #890 . New N/S/E/W location presets for creating sections, elevations, and RCPs. See #1153 .
2022-02-04 08:14:36 +11:00
Dion Moult
3e99393895
You can now add plan views based on a building storey. See #890 .
2022-02-03 17:28:19 +11:00
Dion Moult
074fe0d3a6
You can now specify a target view when creating a new drawing. See #1153 .
2022-01-29 21:11:35 +11:00
Dion Moult
a210cf654e
Drawings list now reads data from IFC, not Blender. See #1153 .
2022-01-29 17:26:09 +11:00
Dion Moult
44e4ee70ae
Removing sheets now works in IFC. See #1153 .
2022-01-29 15:45:45 +11:00
Dion Moult
27e6d702e9
You can now create drawing sheets in IFC. See #1153 .
2022-01-29 13:42:46 +11:00
Dion Moult
f8c7f48674
You can now associate annotations with objects for smart annotations in IFC. See #1153 .
2022-01-14 18:00:08 +11:00
Dion Moult
30270db0c3
Fix bug where annotation decorations didn't show correctly in Blender 3.0
2022-01-14 10:54:27 +11:00
Dion Moult
5c224150ec
More slow progress in getting annotations round-tripping. See #1153 .
2021-11-17 18:25:01 +11:00
Dion Moult
43869c33f6
Rebuild text annotations to have leaders in the same object and use text literals. See #1153 .
2021-11-16 08:54:29 +11:00
Dion Moult
30c164d223
Fix minor error in console when changing drawings. See #1153 .
2021-11-16 08:45:52 +11:00
Dion Moult
b28d8b0cca
Drawing annotations now are stored in IFC using ObjectType conventions. See #1153 .
2021-11-16 08:35:49 +11:00
Dion Moult
8ac885ced1
Fix bug where annotative grids did not sync.
2021-11-12 15:16:10 +11:00
Dion Moult
63872abaef
Purge old 2D element drawing system, so we don't get double the symbols on drawings.
2021-11-12 14:01:13 +11:00
Dion Moult
0992f43f11
Geometry caching is now enabled for model importing
2021-11-10 13:52:14 +11:00
Dion Moult
bf134eb0f4
Implement cache updating for drawings. See #1153 .
2021-11-08 21:12:38 +11:00
Dion Moult
e4a27d49c9
Drawing module now is in sync with latest C++ upgrades. See #1153 .
2021-11-08 08:36:13 +11:00
Dion Moult
02461233a6
Reimplement drawing material classes, fix cut projection order, and auto refresh camera representation
2021-10-30 22:13:50 +11:00
Dion Moult
4bf4622498
You can now manually type in start/end dates for construction sequence visualisation instead of clicking the date picker hundreds of times.
2021-10-29 17:44:57 +11:00
Dion Moult
081ca81a7e
Adding annotation now auto enables viewport decoration drawing. See #1153 .
2021-10-27 22:11:05 +11:00
Dion Moult
2ad2a102cb
First pass at connecting to new ifcopenshell.draw. See #1153 .
2021-10-27 19:42:36 +11:00
Dion Moult
865c0f4895
Run black, and add black to a "qa" target to make it a standardised process.
2021-09-09 21:27:31 +10:00
Gorgious
88f0938bd2
Fix errors introduced in #1683
2021-09-01 12:05:20 +02:00
Gorgious56
67c055579c
Various tweaks and fixes ( #1683 )
...
* Use operator's poll method to ensure correct execution
* Add utilities to get active collection item
* Minor fixes
zombie code
list comprehensions
typos
cleanup
tooltips, descriptions
ensure file extension in folder operator
use custom UI List instead of generic one
ensure active object stays the same after operator execution
use passed context instead of bpy
* Jump through hoops to not display empty dynamic enums
* Group mesh calculation methods in helper module
If not using bmesh, the polygon selection status
is updated only when getting out of Edit mode.
Using bmesh we can get the values in realtime
* Remove unused arg name in dosctring
2021-08-23 08:07:29 +10:00
Gorgious
5c62cb244a
Create Drawing op: Add tooltip and use poll method
2021-08-20 09:55:44 +02:00
Dion Moult
11e36bf744
Minor fix
2021-08-20 08:01:48 +10:00
Gorgious56
2d730fbee7
Improve drawing style save and load ( #1665 )
...
* Replace raster style save & load with enum functionality
* Rename DrawingStyleProp to RasterStyleProperty
* Minor Fix
* Correct Typo
2021-08-18 08:50:24 +10:00
Gorgious
fb1c340664
Use passed context instead of bpy.context
2021-08-17 14:55:19 +02:00
Gorgious
4614bde8d7
Cleanup : Use clear instead of while...remove loop
2021-08-17 14:41:15 +02:00
Dion Moult
2284f7b16e
BlenderBIM Add-on licensing. See #1082 .
2021-08-17 08:55:29 +10:00
Dion Moult
ab38e6bf7c
You can now add and edit monetary units, and basic editing of other unit types.
2021-08-10 17:35:18 +10:00
Gorgious56
2af1ebc614
Use passed context instead of bpy when available ( #1607 )
2021-07-30 07:08:17 +10:00
Dion Moult
f8e9f81b9b
Parametric profiles now auto sync prior to depth changes. See #1588 .
2021-07-26 21:13:15 +10:00
Dion Moult
186c4dd118
New experimental serialiser-based drawing generation code. See #1153 . See #1564 .
2021-07-26 20:24:39 +10:00
Dion Moult
b10c228155
Implement undo for drawing operators. See #1475 .
2021-07-06 15:17:55 +10:00
Dion Moult
54526960c8
Column profiles now auto update when you change the material profile
2021-06-21 12:21:55 +10:00
Dion Moult
7fe2e93dea
Fix #1491 . Bug where drawings couldn't have a slash in their names.
2021-05-28 17:26:00 +10:00
Dion Moult
acc9bd736f
Fix #1048 . Switching drawings now works when in local view.
2021-05-28 16:09:42 +10:00
Dion Moult
b8e20ec1a5
Reimplement raster underlays when generating drawings. See #1153 .
2021-05-28 14:33:46 +10:00
Dion Moult
966850c54a
Minor fix
2021-05-18 20:02:56 +10:00
Dion Moult
319fe13f9e
Minor refactor
2021-05-18 17:48:44 +10:00