Andrej730
b5d24334fd
Fixed bug with wrong position of support in wall mounted railing
...
The problem was that that support's disk was not rotated according to the railing path.
2024-04-15 09:52:38 +02:00
Sigma Dimensions
1ef3a54fe1
BBIM 4D: Auto-refresh task re-ordering
2024-04-15 09:52:38 +02:00
Dion Moult
df9a33a2c8
Fix #3066 . Regression crash when deleting openings.
2024-04-15 09:52:38 +02:00
Sigma Dimensions
d5c837b517
forgotten core functions & run black
2024-04-15 09:52:38 +02:00
Sigma Dimensions
e4d3e32519
Sequence Tools clean-up
2024-04-15 09:52:38 +02:00
Sigma Dimensions
720600e0fb
BBIM 4D: Features to select a Work Schedule's assigned / unassigned products
2024-04-15 09:52:38 +02:00
Sigma Dimensions
7c7058be5d
Work Schedule Panel UX improvement
2024-04-15 09:52:38 +02:00
Sigma Dimensions
0b981ac9ce
Fix schedule task sorting
2024-04-15 09:52:38 +02:00
Dion Moult
0400b72f3e
Fix #3052 . Deep deletion of large geometries is now thousands of times faster.
2024-04-15 09:52:37 +02:00
Bruno Postle
c806f924ec
Fix crash when switching between git revisions
2024-04-15 09:52:37 +02:00
Bruno Postle
9131578807
Fix check for invalid Git branch name
2024-04-15 09:52:37 +02:00
Andrej730
1dcf74eb60
WALL_MOUNTED_HANDRAIL type for Railing modifier
...
Added WALL_MOUNTED_HANDRAIL type for railing modifier. It's still a bit work in progress - still need to add support for different railing termination types.
Here's the short demonstration - https://user-images.githubusercontent.com/9417531/234582621-6c6f948b-9cdc-4be6-b380-17ddbf5803bf.mp4
2024-04-15 09:52:37 +02:00
Dion Moult
af1d14a0c1
See #1227 . Minor fix.
2024-04-15 09:52:37 +02:00
Dion Moult
273c970c11
See #1227 . Experimental viewport layerset visualisation.
2024-04-15 09:52:37 +02:00
Bruno Postle
1e6bc5a14e
Fix some refresh glitches in IFC Git panel
2024-04-15 09:52:37 +02:00
Bruno Postle
f86713584c
Format ifcgit code with black
2024-04-15 09:49:53 +02:00
Dion Moult
4f8510ad60
Fix #3046 . Renaming drawings now updates all drawing references on sheets.
2024-04-15 09:49:53 +02:00
Andrej730
74afcb1b3e
Fixing error on using bim.override_mode_set_edit with no active object
...
Error was:
File "\addons\blenderbim\bim\module\geometry\operator.py", line 775, in _execute
obj.select_set(True)
AttributeError: 'NoneType' object has no attribute 'select_set'
2024-04-15 09:49:53 +02:00
Andrej730
7f4f9393b3
Fixed blurred text with background after bfbced3
...
before commit - https://user-images.githubusercontent.com/9417531/233907917-f86ad10b-0227-4180-9488-a8b71a00f099.png
after commit https://user-images.githubusercontent.com/9417531/233907920-d100c73a-e206-42fd-bb41-f7257ea6f98c.png
Tested it on firefox too
2024-04-15 09:49:53 +02:00
Dion Moult
b1b57a9ec9
Fix #3055 . Get paths using forward slashes for platform compatibility.
2024-04-15 09:49:53 +02:00
Dion Moult
f89e8697d8
Fix #3051 . Text background filter now applied on <text> element to make it work on Firefox.
2024-04-15 09:49:53 +02:00
Dion Moult
6a39d0fed6
Fix #3040 . View title template variables now have access to sheet attributes prefixed with "Sheet".
2024-04-15 09:49:53 +02:00
Dion Moult
86d60f4cd9
Fix #3001 . User can now specify join criteria in drawings. Only elements where all the criteria have the same values are merged.
2024-04-15 09:49:53 +02:00
Dion Moult
a19b5c0473
Fix #3054 . Edit sheet is now implemented for drawings, schedules, and titleblocks.
2024-04-15 09:49:53 +02:00
Bruno Postle
5a46d79387
Include git, gitdb and smmp libs in blenderbim zip
2024-04-15 09:49:53 +02:00
Bruno Postle
102a4f181d
Install GitPython *before* removing the working folder
2024-04-15 09:49:53 +02:00
Bruno Postle
e956e36957
Add GitPython dependency
2024-04-15 09:49:53 +02:00
Dion Moult
5a95dfa31a
New default patterns for stack and stretcher bond tiles and floorboards.
2024-04-15 09:49:53 +02:00
Bruno Perdigão
b3404a68d7
applyed the patch by Bruno Postle
2024-04-15 09:49:53 +02:00
Bruno Perdigão
a39f268a53
changed imports to integrate with blenderbim
2024-04-15 09:49:53 +02:00
Bruno Perdigão
dff4c178e7
initial commit
2024-04-15 09:49:53 +02:00
Dion Moult
af140c1861
See #3002 . Spaces are now managed separately so that they don't conflict with projection polygon merging and raycasting.
2024-04-15 09:49:53 +02:00
Dion Moult
f9526b038c
See #3002 . Experimental SVGFill approach to polygon merging.
2024-04-15 09:49:53 +02:00
Thomas Krijnen
84287bf3ae
Update draw.py
2024-04-15 09:49:53 +02:00
Andrej730
83f5241694
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)
2024-04-15 09:49:53 +02:00
Dion Moult
5bd16d8600
See #3002 . Experimental shapely approach to polygon merging for semantic projection elements.
2024-04-15 09:49:52 +02:00
Andrej730
61dda1d09d
Roof modifier - remove redundant context fill causing visual artifacts
2024-04-15 09:49:52 +02:00
Andrej730
d3d076adbe
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
2024-04-15 09:49:52 +02:00
Andrej730
26ab901a9e
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
2024-04-15 09:49:52 +02:00
Andrej730
16b6861765
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 😅
2024-04-15 09:49:52 +02:00
Andrej730
c03666c395
Fixed error in disabling text exiting after deleting text literal
2024-04-15 09:49:52 +02:00
Dion Moult
2bc6d3b43b
Fix validation error where IfcURIReference cannot be used as a property data type :(
2024-04-15 09:49:52 +02:00
Dion Moult
4722208fa4
Fix #3038 . Fix #3039 . Selector should default to none instead for throwing errors if the query doesn't have a result.
2024-04-15 09:49:52 +02:00
Dion Moult
6a25d05e5d
Fix #3021 . IfcSpatialElements are included in drawings by default.
2024-04-15 09:49:52 +02:00
Andrej730
999186f684
Converting to project units inside QtoCalculator.guess_quantity
...
Also added some error message if `calculate_quantity` failed to calculate a quantity
2024-04-15 09:49:52 +02:00
Andrej730
c73e34eb8c
tool.Qto.convert_to_project_units
2024-04-15 09:49:52 +02:00
Andrej730
c4c848867c
bim.calculate_quantity - remove convertion part
...
now the convertion already happens in QtoCalculator.calculate_quantity
2024-04-15 09:49:52 +02:00
Andrej730
6ee8369114
test_qto.py black format
2024-04-15 09:49:52 +02:00
Andrej730
ccba3a3b8b
Tests for calculating quantities for prefix and imperial project units
2024-04-15 09:49:52 +02:00
Andrej730
e44f0e2050
qto_calculator.py black format
2024-04-15 09:49:52 +02:00