Andrej730
fb95e3eb51
fix enabling sverchok as legacy addon on Blender 4.2
...
It was failing when BBIM is installed as an extension
2024-07-31 19:00:34 +05:00
Andrej730
17a061f917
fix bim test after e6ac012
...
when Types collection was renamed to IfcTypeProduct
2024-07-31 19:00:34 +05:00
Andrej730
51db65b868
fix resource bim tests after c399eb2
...
IfcLaborResource doesn't actually support IfcQuantityArea quantities
2024-07-31 19:00:34 +05:00
Andrej730
faab9e04a3
fix resource bim tests after 1a4e467
...
operator prop was deprecated a long time ago in e2d4a3a
2024-07-31 19:00:34 +05:00
Andrej730
bea92455dd
clean up bim tests from trailing spaces
2024-07-31 19:00:34 +05:00
Andrej730
6be1b80a82
fix container operators after a9a4b0c + mention a limitation
...
If you would select container1 + obj1 with intention to copy obj1 to container1 - running bim.copy_to_container would also copy container1.
Similar issue for referencing/dereferncing structures in other structures in ifc4x3.
2024-07-31 19:00:34 +05:00
Andrej730
2927eadada
Display referenced structured elements during container edit for more responsive ui
...
Before - https://imgur.com/a/m5qtDUn
After - https://imgur.com/a/TFlUNTa
2024-07-31 19:00:33 +05:00
Andrej730
4c5e90dc77
fix bim tests after collections no longer represent spatial hierarchy
2024-07-31 19:00:33 +05:00
Andrej730
f860973172
fix spatial module bim tests after a9a4b0c
2024-07-31 19:00:33 +05:00
Andrej730
94ed0cd59c
fix bim.assign_container uses after a9a4b0c + add TODOs
2024-07-31 19:00:33 +05:00
Andrej730
93ea1f98ac
fix qto tests after 8c3d10a
2024-07-31 19:00:33 +05:00
Andrej730
b68a92f251
remove bim.assign_objects_base_qto from tests (removed in 8c3d10a)
2024-07-31 19:00:33 +05:00
Andrej730
902da2e720
remove bim.pie_update_container
...
as we no longer rely on collections for container assignment
2024-07-31 19:00:33 +05:00
Andrej730
d384aaeb9c
fix tests after a9a4b0c
2024-07-31 19:00:33 +05:00
Andrej730
133494af97
remove bimtester from bbim (related to 7157590)
2024-07-31 19:00:32 +05:00
Andrej730
64fc9462b6
fix bim attribute tests after 9122f00
2024-07-31 19:00:32 +05:00
Andrej730
3d86e5fff3
fix bim geometry tests after fccf56d
2024-07-31 19:00:32 +05:00
Andrej730
a24bb069aa
fix bim tests after changes in quantities calculations
2024-07-31 19:00:32 +05:00
Andrej730
159355d63a
typing
2024-07-31 19:00:32 +05:00
Andrej730
598cf4ba79
bim.perform_quantity_take_off description + info message
2024-07-31 19:00:32 +05:00
Andrej730
c86a4c88a9
fix broken search test after 410fff6
2024-07-31 19:00:32 +05:00
Jonathan Gan
6a9e76c2af
Documentation: Added getting started documentation for ifcopenshell core ( #4965 )
...
* Added getting started documentation for ifcopenshell core
* Apply suggestions from code review
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com >
* Updated code snippet to use ->as instead of dynamic_cast based on feedback
* Missed out two dynamic casts
* Using preprocessor macros instead of chaining if-else
---------
Co-authored-by: Jonathan Gan <jonathan.gan@inspacion.com >
Co-authored-by: Thomas Krijnen <t.krijnen@gmail.com >
2024-07-31 07:28:25 +10:00
Andrej730
2070071c49
fix bbim builds...
2024-07-30 21:20:14 +05:00
Andrej730
9bbf3bcaba
mention supported formats in export window
...
as currently there is no other ui to indicate that other formats besides .ifc are supported and I guess we just expect users to change extension in the saved filename
https://i.imgur.com/Qa6OlmR.png
2024-07-30 20:47:48 +05:00
Andrej730
0395c0c6c7
fix ifcjson export support #4832
...
Bumped the version, so Blender would recognize the updated wheel.
Related https://github.com/IFCJSON-Team/IFC2JSON_python/pull/3
2024-07-30 20:47:47 +05:00
Andrej730
a175ec4d28
fix bim tests after d4b055a
2024-07-30 20:46:16 +05:00
Andrej730
139627b6ec
fix bim tests after b9f76042b
2024-07-30 20:46:16 +05:00
Andrej730
6f2eb0a116
fix bim tests after a156864
2024-07-30 20:46:16 +05:00
Andrej730
d26561acee
fix for bim style module test
2024-07-30 20:46:16 +05:00
Andrej730
de0374bdbd
fix error purging unused types in 75f8e75
2024-07-30 20:46:16 +05:00
Ziad-I
51463ab674
fix pid file not there on first run so exception was thrown and not caught
...
when the user ran the web ui for the first time. the running_pid file was not created yet by the server so it threw an exception due to with open not inside the try block
2024-07-30 18:18:35 +03:00
Dion Moult
6012695cfe
Use a tolerance when detecting project norths heuristically
2024-07-30 23:57:54 +10:00
Dion Moult
081b3fcf33
Remove misleading load project button in new project wizard.
...
Previously there were subtle differences and two ways to load projects which is bad UX.
2024-07-30 23:57:54 +10:00
Dion Moult
27a2c94b4a
Fix #5065 . Restore "Import IFC" menu item for those wishing to purely work with IFC geometry instead of native ifc
2024-07-30 23:57:54 +10:00
Dion Moult
b9f76042bb
Remove deprecated export IFC operator ID
2024-07-30 23:57:54 +10:00
Andrej730
e7ef307984
remove redundant indent in bdc5a7a
...
Co-Authored-By: Adi Shavit <1814800+adishavit@users.noreply.github.com >
2024-07-30 18:56:02 +05:00
Andrej730
1f68e52ac2
black format - exclude 'mvd' and reformat pyproject.toml for readibility
2024-07-30 18:49:10 +05:00
Dion Moult
87dfb75c21
Merge pull request #5103 from IfcOpenShell/webui_drawings
...
Web UI drawings page
2024-07-30 23:12:04 +10:00
Blender Defender
8afb1b8b30
feat: Display float properties as string properties for more precision in the patch panel
...
This change affects the following recipes: `OffsetObjectPlacements`, `OffsetStoreyElevations`, `SetFalseOrigin`, `SetRefElevation` and `SetWorldCoordinateSystem`
2024-07-30 23:05:44 +10:00
Blender Defender
5572991a7c
style: Run black on geom/occ_utils.py
2024-07-30 23:04:58 +10:00
Blender Defender
653b9288c0
feat: Allow merging multiple ifc projects at once with the MergeProject recipe
2024-07-30 23:04:58 +10:00
Dion Moult
ec29e3d60b
Send sigkill not sigterm because aiohttp swallows sigterm and takes a long time
...
I'm not smart enough to know exactly why
2024-07-30 17:54:28 +10:00
Dion Moult
70bc32b3df
Check for PID file prior to connecting to newly started web socket server
blenderbim-0.7.11-alpha240730
2024-07-30 17:28:35 +10:00
Ziad-I
ca781655b0
add displaying of svgs in drawings page
2024-07-29 23:35:28 +03:00
Ziad-I
03e2cb70bb
remove unnecessary padding
2024-07-29 22:45:35 +03:00
Richard Brice
60b007d28a
Fixes domain of vertical and cant pwf (Issue #5072 )
2024-07-29 09:48:15 -07:00
Andrej730
52130a3eb6
fix materials / styles bim tests #4843
2024-07-29 18:53:12 +05:00
Andrej730
5e849d7b81
update core.tool.Material to fix tests
2024-07-29 18:53:12 +05:00
Andrej730
a7a28f613b
Fix errors in tests and scripts removing styles
...
remove_style relies on style_type which is using StylesData to get the enum of it's values and StylesData will fail to load on `material = tool.Ifc.get_object(ifc_file.by_id(style.ifc_definition_id))` as ifc_definition_id was removed but not yet removed as an item from styles ui.
This issue doesn't occur when user is working from UI since StylesData precached when they load styles UI but if they run a script (as we do in bim tests) StylesData is not precached and will be loaded when get_active_style_type() is called leading to errors.
2024-07-29 18:53:12 +05:00
Andrej730
46b3bfecd1
fix issues assigning material sets and material lists
2024-07-29 18:53:12 +05:00