Jesusbill
07745aa6bc
Fix #2998
2023-04-27 13:26:47 +02:00
Jesusbill
45afaba63e
Add face creation when adding representation for surface structural items #2999
2023-04-27 09:54:51 +02: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
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
Kristoffer Andersen
d44b6d40e9
pin lief version for conda build
2023-04-20 06:48:44 +02:00
Kristoffer Andersen
8fd9f5a8cb
Add conda to conda daily build trigger path
2023-04-20 06:43:31 +02:00
Kristoffer Andersen
414af2f55e
Change conda lief version
2023-04-20 06:40:44 +02:00
Kristoffer Andersen
8624be6bcf
Fix conda env
2023-04-20 06:36:10 +02: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