Bruno Postle
7dc17a3653
Include git, gitdb and smmp libs in blenderbim zip
2023-04-23 08:35:39 +01:00
Bruno Postle
598bf799de
Install GitPython *before* removing the working folder
2023-04-23 08:12:49 +01:00
Bruno Postle
4774a37d48
Add GitPython dependency
2023-04-23 08:03:19 +01:00
Dion Moult
d9a1e6f4b1
New default patterns for stack and stretcher bond tiles and floorboards.
2023-04-23 12:44:35 +10:00
Bruno Perdigão
72dae8e9ad
applyed the patch by Bruno Postle
2023-04-23 12:05:57 +10:00
Bruno Perdigão
b2d7fb9443
changed imports to integrate with blenderbim
2023-04-23 12:05:57 +10:00
Bruno Perdigão
bf945e36bd
initial commit
2023-04-23 12:05:57 +10:00
Dion Moult
2bcfe93dd2
See #3002 . Spaces are now managed separately so that they don't conflict with projection polygon merging and raycasting.
2023-04-22 23:59:33 +10:00
Dion Moult
195ef743c6
See #3002 . Experimental SVGFill approach to polygon merging.
2023-04-22 13:05:42 +10:00
Thomas Krijnen
8478eb9aa0
Update draw.py
2023-04-21 16:29:04 +02:00
Andrej730
47f57d20cd
Fixed couple bugs in furniture library
...
1) last polyline point was failing on Consecutive rule causing validation errors
2) Fixed wrong ifc class for dishwasher (was used occurence class instead of type)
2023-04-21 18:24:32 +05:00
Dion Moult
8f8eb06d6b
See #3002 . Experimental shapely approach to polygon merging for semantic projection elements.
2023-04-21 22:33:08 +10:00
Andrej730
7d6803f325
Roof modifier - remove redundant context fill causing visual artifacts
2023-04-21 16:49:44 +05:00
Andrej730
f9b7a8b92b
Roof modifier - removing bottom chord if angle = 90 degrees
...
This - https://i.imgur.com/75AmYGI.png
instead of https://community.osarch.org/uploads/editor/yp/zcaqxx9b33wu.png
2023-04-21 16:49:44 +05:00
Andrej730
7ee0c047e5
Roof Modifier - separating vertices on defining gable roof angle
...
Added option (which is activated by default) - when you set gable roof angle for some edge it will duplicate the top vertex instead of just moving which allows you to do shape like this - https://imgur.com/a/OEFZ4pw
Previously you would get something like this in that case - https://community.osarch.org/uploads/editor/ap/hlt70rbw5r1l.png
2023-04-21 16:49:44 +05:00
Andrej730
bfbfe17644
OverrideDelete - remove objects with X if they are not related to ifc
...
It was a bit frustraiting when you added a cube and can't just get rid of it with X hotkey 😅
2023-04-20 17:15:17 +05:00
Andrej730
046940f949
Fixed error in disabling text exiting after deleting text literal
2023-04-20 14:27:37 +05:00
Dion Moult
2950ddcf4f
Fix validation error where IfcURIReference cannot be used as a property data type :(
2023-04-20 18:06:35 +10:00
Dion Moult
3d441b4ad3
Fix #3038 . Fix #3039 . Selector should default to none instead for throwing errors if the query doesn't have a result.
2023-04-20 17:41:52 +10:00
Dion Moult
caa5e8983b
Fix #3021 . IfcSpatialElements are included in drawings by default.
2023-04-20 17:34:24 +10:00
Andrej
59b7944d8e
Merge pull request #3032 from IfcOpenShell/quantities_project_units
...
Converting quantities to project units to fix #3025
2023-04-20 11:03:12 +05:00
Andrej730
648eb8fdd1
Converting to project units inside QtoCalculator.guess_quantity
...
Also added some error message if `calculate_quantity` failed to calculate a quantity
2023-04-20 11:01:38 +05:00
Andrej730
f160516772
tool.Qto.convert_to_project_units
2023-04-20 10:32:36 +05:00
Andrej730
4beb7780f8
bim.calculate_quantity - remove convertion part
...
now the convertion already happens in QtoCalculator.calculate_quantity
2023-04-20 10:32:24 +05:00
Andrej730
4aa26b613b
test_qto.py black format
2023-04-19 19:05:11 +05:00
Andrej730
57cb062d48
Tests for calculating quantities for prefix and imperial project units
2023-04-19 19:04:05 +05:00
Andrej730
b4b6404b65
Added DISTANCE subtype to BIM Tool Extrusion Depth and Length
...
In BIM Tool it looks like this right now - https://i.imgur.com/JWVPssg.png (note the units)
Previously it was displaying value like this - https://i.imgur.com/244aYTN.png
The benefit is that you can specify other units in that kind of property and it will automatically convert to current project's unit.
For example if you have millimeters as project's unit you can still type "10m" instead of "5000" and it will automatically convert it to 5000mm.
Or type in inches like 5" 11'.
2023-04-19 18:03:26 +05:00
Andrej730
989dd2be50
qto_calculator.py black format
2023-04-19 17:04:15 +05:00
Andrej730
50b8baddec
Update QtoCalculator to convert to project units at the end
...
Before this commit it was calculating all values in meters not taking into account actual project units.
2023-04-19 17:03:32 +05:00
Andrej730
2e00c3db0b
Update viewport on bim.activate_model
...
To see the changed context right away in the viewport
2023-04-19 12:12:11 +05:00
Andrej730
232260787e
Fixed bug with wrong text value in viewport on canceling text editing
...
Actual text was replacing with "TEXT" default value if you cancel text editing instead of applying changes
2023-04-19 11:37:10 +05:00
Andrej730
54054c4aee
Fixed bug in get_object_bounding_box #3023
2023-04-19 11:27:45 +05:00
arun
1a7843a6b5
Nesting added to util.get_decomposition function
2023-04-19 15:46:51 +10:00
Sigma Dimensions
ed4ba4d0d3
fix "cost_item quantity updates" bug when editing a QTO
2023-04-19 01:01:44 +00:00
htlcnn
849d6118d0
fix EditBcfTopic and EditBcfTopicName
2023-04-19 09:23:50 +10:00
Andrej730
364138d408
CutDecorator color connected to preferences too #2987
2023-04-18 18:13:04 +05:00
Dion Moult
32c8da06ca
New default triangle, hexagon, capsule, circle, and space tag symbols
2023-04-18 22:32:09 +10:00
Andrej730
2df4c5825f
Added some decorator colors to addon preferences #2987
...
For ProfileDecorator (editing profiles, roof preview) and DecorationsHandler (openings).
Still need to add CutDecorator colors to preferences
2023-04-18 17:29:07 +05:00
Andrej730
527cbc3ae0
Some descriptions for EPset_Drawing
2023-04-18 16:59:07 +05:00
Andrej730
4fee8744d6
Fixed text annotation rotation in viewport #3017
...
Fixed text annotation rotation in viewport for the views rotated by multipel axis.
Changed text direction calculation to be the same in both viewport and svg.
2023-04-18 16:59:07 +05:00
Thomas Krijnen
8f8862d23d
get_mappeditem_transformation()
2023-04-18 13:17:20 +02:00
Thomas Krijnen
836f36fd8e
Add util.placement.get_cartesiantransformationoperator3d()
2023-04-18 13:15:13 +02:00
Thomas Krijnen
a1326cb5ed
Normalize vectors in a2p()
2023-04-18 13:13:29 +02:00
Vukas Pajic
4bfda8851c
Update failure reason #3018
2023-04-18 13:12:24 +02:00
Andrej730
f02f15cbfb
unsuppress zero inches in formatting distance #3011
...
Added option to suppress zero inches in the dimension annotation text through SuppressZeroInches property of BBIM_Dimension property set.
Previously by default suppressing zero inches was enabled. Now by default it is disabled.
SupressZeroInches On - https://i.imgur.com/nrhELnA.png
SupprezZeroInches Off - https://i.imgur.com/gIuO2GW.png
2023-04-18 14:17:40 +05:00
Dion Moult
30182684d5
Fix bug where you could save geometry with no data (no vertices / splines) which is invalid.
2023-04-18 18:10:01 +10:00
Dion Moult
7df80af30b
Fix #2913 . Bug where properties with multiple inverses were not correctly purged.
2023-04-18 18:08:24 +10:00
Dion Moult
6b2e867107
Fix #2916 . Bug where joining swept solids didn't merge styles correctly.
2023-04-18 18:07:44 +10:00
Vukas Pajic
d333090b09
cleanup
2023-04-18 09:17:23 +10:00
Vukas Pajic
8ae7763ac5
added new tests for case where spec has no requirements
2023-04-18 09:17:23 +10:00