Andrej730
0e791c7dfd
Fix ifcopenshell.validate missing output in some cases after 07a0b4f
...
Apparently adding LogDetectionHandler disabled default handler that prints the output.
2024-09-02 17:04:54 +05:00
Dion Moult
07be50b365
See #5261 . Fix bug when editing parametric stairs (not stair flights) which sets an inapplicable predefined type
2024-09-02 21:23:06 +10:00
Dion Moult
fb422692c8
You can now make the selected element in the spatial decomposition panel active
2024-09-02 20:37:04 +10:00
Dion Moult
1a8be005cf
Fix bug where toggled openings didn't properly appear in the dedicated opening collection
2024-09-02 20:14:43 +10:00
Dion Moult
9dcb5b103c
Fix #5237 . Fix bug where flipping or splitting walls didn't take into account project units and voids were misplaced.
2024-09-02 20:14:30 +10:00
Dion Moult
091824910b
Increase debug log limit to 20
2024-09-02 19:42:26 +10:00
Dion Moult
ea6d5918ba
Fix bug where openings were invalidly contained in a container
2024-09-02 19:42:26 +10:00
Manu Varkey
a452d29bab
Fix bug: Add type instance button duplicated ( #5281 )
2024-09-02 19:37:08 +10:00
Dion Moult
fb803ac35d
Fix #5256 . Use layer collection visibility, not collection visibility to hide types.
2024-09-02 18:48:09 +10:00
Dion Moult
eec4b37827
See #5256 . Fix bug where old "Types" collection was still being created and unused.
2024-09-02 18:47:09 +10:00
Dion Moult
d1565ec1e6
Fix #5273 . Bug where Shift-E allowed you to edit non-roof/railing elements if you also had them selected.
2024-09-02 17:46:44 +10:00
Dion Moult
521b0ab58d
Fix #5271 . Prevent duplicate entries when getting a decomposition.
2024-09-02 17:35:49 +10:00
Thomas Krijnen
04bbfc04ad
Try 7.7.2 for HLR poly/edge behaviour
2024-09-02 09:20:38 +02:00
Thomas Krijnen
f0167b812a
Try 7.7.2 for HLR poly/edge behaviour
2024-09-02 09:19:46 +02:00
Dion Moult
0b8a701423
Fix #5275 . Fix bug where orthographic sections would appear over freestyle linework in perspective views.
2024-09-02 16:51:25 +10:00
Dion Moult
aa7e80fc8c
Fix #5276 . Fix inaccurate tooltip for assign container operator.
bonsai-0.8.1-alpha240902
2024-09-02 16:40:51 +10:00
Bruno Perdigão
f48c7d6af5
Fix polytool issue with distance input while snapping above the xy plane.
2024-09-01 11:20:14 -03:00
Bruno Perdigão
977014b86a
Fix #5274
2024-09-01 10:48:16 -03:00
Bruno Perdigão
43e13ef8f3
Fix polytool issue when backspacing the whole input.
2024-09-01 10:38:03 -03:00
Thomas Krijnen
daba504981
Update draw.py - test for --drawing-guid existance
2024-09-01 15:33:52 +02:00
Thomas Krijnen
f8a2cce202
Use polygon_from_points() and handle Position for CSG Pyramid #5241
2024-09-01 15:14:22 +02:00
Thomas Krijnen
b786e129bd
Fix faceset helper stats
2024-09-01 15:12:43 +02:00
sukanka
b82073dd57
fix-py-syntax-warning
bonsai-0.8.1-alpha240901
2024-09-01 14:02:24 +02:00
Thomas Krijnen
d4d9fdff1a
Fix and augment v0.8 taxonomy wrapper
2024-09-01 10:40:23 +02:00
Dion Moult
b3b14e87ec
Next release cycle!
2024-09-01 18:00:31 +10:00
Andrej730
6bc31105bf
Mention common error in troubleshooting docs
2024-09-01 11:10:13 +05:00
Dion Moult
73e3ebd1f0
Update README.md with new doc links
2024-09-01 16:08:45 +10:00
Dion Moult
32f216a594
Minor fix to bonsai-stable build
bonsai-0.8.0
2024-09-01 14:23:29 +10:00
Dion Moult
296ebf5253
Fix failing tests in Bonsai
2024-09-01 14:08:52 +10:00
Dion Moult
e072870fd3
Fix bcf pypi build
ifcopenshell-python-0.8.0
ifcsverchok-0.8.0
ifcconvert-0.8.0
2024-09-01 13:35:57 +10:00
Dion Moult
af4475fe46
Run black
bonsai-0.8.0-alpha240901
2024-09-01 13:26:58 +10:00
Dion Moult
eb3104367a
Bump version to v0.8.0
2024-09-01 13:23:54 +10:00
Dion Moult
90f9ebd25e
Add dev install instructins to official docs
2024-09-01 13:23:31 +10:00
Yassine Oualid
f2554bc968
- Add button to generate cost schedule
...
- Feature to view, edit and add cost item values. ( Right Click - Edit ).
bonsai-0.7.11-alpha240901
2024-09-01 01:40:53 +01:00
Dion Moult
53a78f38e5
You can now assign objects to the selected container in the spatial decomposition panel
2024-09-01 08:13:29 +10:00
Dion Moult
b476cb825c
Fix #5265 . Accommodate invalid material sets.
2024-09-01 07:53:49 +10:00
Bruno Perdigão
ec21574be5
Fix measure tool to now show the angle for the first point.
2024-08-31 14:39:58 -03:00
Bruno Perdigão
b552665dd9
Round angle in polytool input numbers calculations.
2024-08-31 14:39:58 -03:00
Bruno Perdigão
48b630696f
Fix 3ceeaa7
2024-08-31 14:39:58 -03:00
Bruno Perdigão
8c94ef6e54
A better fix for dabb85c.
2024-08-31 14:39:58 -03:00
Bruno Perdigão
bdcadfd100
Refactor tool.Cad.angle_3_vectors
...
This functions was built to work with the input calculations for the polytool.
Part of its code was being duplicated in another part of the code. The refactor
keeps most of the calculation in the same place.
2024-08-31 14:39:58 -03:00
Bruno Perdigão
90e83d77a7
more improvement on distance and angle calculations
2024-08-31 14:39:58 -03:00
Bruno Perdigão
2e80363bac
improved general input calculations
2024-08-31 14:39:58 -03:00
Bruno Perdigão
b6f80eabb4
Fix input calculation and conversion for measure tool
2024-08-31 14:39:58 -03:00
Bruno Perdigão
c93e52089b
Fix input calculation and conversion for wall polytool
2024-08-31 14:39:58 -03:00
Andrej730
76ba3947f5
Expose header properties with invalid values #5246
2024-08-31 14:31:41 +02:00
Dion Moult
50cb09aac2
See #3880 . Freestyle support for perspective vector linework.
2024-08-31 20:56:10 +10:00
Andrej730
dac1aaa7f3
Errors adding roof, stair, railing types #5261
...
It wasn't considering that type object can be hidden and can't be active.
Removed obj property since it can be covered with just temp_override.
2024-08-31 13:30:12 +05:00
Dion Moult
eed603bbcd
Bump IOS
2024-08-31 18:09:54 +10:00
Dion Moult
1d62f6f736
Support experimental freestyle linework generation
2024-08-31 18:09:14 +10:00