Andrej730
9b22b5000f
Added support for different railing cap types
...
Very similar to this - https://i.imgur.com/SNyvfgh.png
2023-04-28 17:24:41 +05:00
Dion Moult
3b69a4cc78
Fix bug where numerical tolerance caused certain objects to be unnecessarily updated.
2023-04-28 22:15:09 +10:00
Dion Moult
adf54efcc5
Fix bug in cut decorator layersets where walls could be joined to odd non-layered things.
2023-04-28 22:14:26 +10:00
Dion Moult
f6962eb58e
Fix #3053 . Bug where very thin meshes (<1mm) couldn't be reverse engineered into extrusions.
2023-04-28 21:05:13 +10:00
Andrej730
11601d6532
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.
blenderbim-230428
2023-04-28 11:43:15 +05:00
Sigma Dimensions
be2131d62c
BBIM 4D: Auto-refresh task re-ordering
2023-04-27 13:58:08 +01:00
Dion Moult
3ffbf46ac2
Fix #3066 . Regression crash when deleting openings.
2023-04-27 22:24:12 +10:00
Sigma Dimensions
3943107eec
forgotten core functions & run black
2023-04-27 13:05:51 +01:00
Sigma Dimensions
94e3f75341
Sequence Tools clean-up
2023-04-27 13:03:32 +01:00
Sigma Dimensions
8bc8b950e7
BBIM 4D: Features to select a Work Schedule's assigned / unassigned products
2023-04-27 12:55:31 +01:00
Sigma Dimensions
05a95ac666
Work Schedule Panel UX improvement
2023-04-27 12:53:27 +01:00
Sigma Dimensions
f016c803e4
Fix schedule task sorting
2023-04-27 12:49:27 +01:00
Dion Moult
bac0dd37fa
Fix #3052 . Deep deletion of large geometries is now thousands of times faster.
blenderbim-230427
2023-04-27 20:15:17 +10:00
Bruno Postle
75a37cf737
Fix crash when switching between git revisions
2023-04-26 23:50:36 +01:00
Bruno Postle
bb7e9c4610
Fix check for invalid Git branch name
2023-04-26 22:25:27 +01:00
Andrej730
ee2f18349f
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
2023-04-26 18:04:39 +05:00
Dion Moult
8829a3cbe9
See #1227 . Minor fix.
2023-04-26 22:24:37 +10:00
Dion Moult
b210e39c7e
See #1227 . Experimental viewport layerset visualisation.
blenderbim-230426
2023-04-26 22:10:34 +10:00
Bruno Postle
4d4500f061
Fix some refresh glitches in IFC Git panel
2023-04-26 00:07:22 +01:00
Thomas Krijnen
79860a0c04
Fix iterator::get() invalid cast on nullptr
2023-04-25 21:00:01 +02:00
Bruno Postle
d53fcdc616
Format ifcgit code with black
blenderbim-230425
2023-04-25 07:30:35 +01:00
Dion Moult
5e6a094ac6
Fix #3046 . Renaming drawings now updates all drawing references on sheets.
2023-04-24 22:41:38 +10:00
Andrej730
757bf4e916
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'
2023-04-24 11:17:08 +05:00
Andrej730
7bb57b3ab9
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
2023-04-24 10:33:38 +05:00
Dion Moult
cb22b5804d
Fix #3055 . Get paths using forward slashes for platform compatibility.
2023-04-24 13:11:42 +10:00
Dion Moult
bfbced3859
Fix #3051 . Text background filter now applied on <text> element to make it work on Firefox.
blenderbim-230424
2023-04-24 12:58:36 +10:00
Dion Moult
c090ee9b83
Fix #3040 . View title template variables now have access to sheet attributes prefixed with "Sheet".
2023-04-23 22:04:49 +10:00
Dion Moult
b6caf069d0
Fix #3001 . User can now specify join criteria in drawings. Only elements where all the criteria have the same values are merged.
2023-04-23 21:32:00 +10:00
Dion Moult
5b4449eea0
Fix #3054 . Edit sheet is now implemented for drawings, schedules, and titleblocks.
2023-04-23 17:49:51 +10:00
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
blenderbim-230423
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.
blenderbim-230422
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
blenderbim-230421
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
blenderbim-230420
2023-04-20 11:03:12 +05:00