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
Chirag Singh
233b0856af
Implemented gensky and fixed executable flag error as mentioned by Manu in #5033
2024-07-30 13:51:20 +05:30
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
Chirag Singh
c7c95e1f9d
Implemented gensky (Values Hardcoded)
2024-07-29 23:15:31 +05:30
Chirag Singh
b040c5e25b
Pulled changes
2024-07-29 23:13:21 +05:30
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
Andrej730
11b62a0fdc
fix console errors adding new style and changing it's color
...
1) As adding new styles means it's not assigned anywhere, there is no need to keep graph up to date.
2) Removed Ifc Operator super class from couple operators that do not write ifc data
3) Moved common code to tool.Style
2024-07-29 18:53:11 +05:00
Andrej730
732bb93826
fix duplicated lines in 2575348
2024-07-29 18:53:11 +05:00
Andrej730
a0bda1afd3
typing
2024-07-29 18:53:11 +05:00
Dion Moult
e0790601df
Black
2024-07-29 22:38:55 +10:00
Dion Moult
a9a4b0ccf0
Deprecate "duplicate" spatial tree browser in favour of regular object selection
2024-07-29 22:29:44 +10:00
Blender Defender
f8848051ca
style: Run black formatter on spatial/ui.py
2024-07-29 21:37:29 +10:00
Blender Defender
b81031eecf
fix: Remove the "animatable" option from the "engine" and "format" property in BIMFMProperties
2024-07-29 21:37:29 +10:00
Blender Defender
95a7ea8dce
refactor: Create property group MultipleFileSelect
...
To easier create and display properties that allow one or more files as input, a `MultipleFileSelect` property group has been extracted, together with an operator for selecting the files and the code for displaying the property.
2024-07-29 21:37:29 +10:00
Dion Moult
98edb5a34c
Display the default container in the UI when creating new types
2024-07-29 19:50:21 +10:00
Dion Moult
8ca2a55616
Implement filtered selection in new spatial decomposition panel
2024-07-29 18:09:08 +10:00
Dion Moult
74141bec73
Sort pset names and properties alphabetically
...
Can't believe it took this long to get around to doing this
blenderbim-0.7.11-alpha240729
2024-07-29 10:43:15 +10:00
Dion Moult
f60c4fd3c5
Forgot to commit these files for the georeferencing updates
2024-07-29 10:42:37 +10:00
Ziad-I
d9ee3522bc
empty panels before adding names
2024-07-28 22:28:20 +03:00
Ziad-I
2538c47d01
fix display of list items
2024-07-28 22:01:13 +03:00
Ziad-I
ec3dc71c0e
add showing of drawings' and sheets' names
2024-07-28 21:04:16 +03:00
Ziad-I
e5edd9a34d
add retrieving drawings data from blender to web ui
2024-07-28 15:09:55 +03:00
Ziad-I
f72359918d
use blenderbim version instead of blender version
2024-07-27 22:12:14 +03:00
Kurt Battisti
dfd505a794
Fix. Docs Georeferencing URL ( #5096 )
...
use users/advanced/georeferencing.html
2024-07-28 00:14:50 +10:00
Blender Defender
4a311fe4de
fix: Remove the "ifc_patch_args" property ( #5095 )
...
* fix: Remove the "ifc_patch_args" property
This property has been removed, because patch recipes with arguments other than the boilerplate arguments automatically display these arguments as properties, and patch recipes that don't allow more arguments than the boilerplate arguments fail, if "ifc_patch_args" is not None or "[]". The test cases have been adjusted accordingly.
* style: run the black formatter to fix failing checks
2024-07-27 22:58:48 +10:00
Ziad-I
9d4493e1da
add footer to index and gantt page
2024-07-27 15:52:49 +03:00
Andrej730
a1d8fbdbe9
Fix missing materials from sets #5093 #4832
...
Regression in ifcopenshell 0.8 - missing materials and styles from IfcMaterialProfileSets, IfcMaterialProfileSetUsages, IfcMaterialLayerSet.
2024-07-27 15:38:22 +05:00