Andrej730
e2001e82dd
fix (hopefully) last failing test in github workflow
2024-08-23 17:25:10 +05:00
Andrej730
92f4cb0ffa
fix error reloading camera representation
...
After 4b4ede7 it was leading to non-existing code
2024-08-23 17:25:10 +05:00
Andrej730
9f00e8aef0
Use Point RepresentationType for point clouds in ifc4x3
...
PointCloud representation type marked as deprecated in ifc4x3, see https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcShapeRepresentation.htm
2024-08-23 17:25:10 +05:00
Andrej730
638d200a27
fix error switching to point cloud representation
...
Previously it wasn't handled and would always result in errors. It seems the only way to load point cloud representation to BBIM was by loading IFC file and only if this is the only representation of the element.
2024-08-23 17:25:10 +05:00
Andrej730
59717d6e92
fix tests after a4a2497f33
2024-08-23 17:25:10 +05:00
Andrej730
009795f7dc
More reliable way to get bbim package name #5214
...
See #5214 for details, can't rely on 'bpy.context.preferences.addons' as it may contain a missing addons too (if addon was manually uninstalled and it won't be able to load but it will still appear in 'addons').
2024-08-23 17:25:10 +05:00
Andrej730
a0792a4b93
typing
2024-08-23 17:25:09 +05:00
Ziad-I
8534b6e154
fix first demo message not showing
2024-08-23 19:34:35 +10:00
Ziad-I
7910a68028
add more details in demo page
2024-08-23 19:34:35 +10:00
Ziad-I
d44ee9874b
Bonsai web ui templates
2024-08-23 19:34:35 +10:00
Ziad-I
8cd86581ff
handle operators from demo page
2024-08-23 19:34:35 +10:00
Ziad-I
0a5b6a41b0
add demo html/css/js
2024-08-23 19:34:35 +10:00
Ziad-I
7bac468151
add demo endpoint and event listener
2024-08-23 19:34:35 +10:00
Ziad-I
b375579dcd
add new webui demo panel in demo module
2024-08-23 19:34:35 +10:00
Dion Moult
d3d1ca0169
Fix bug where select similar property didn't work
2024-08-23 15:29:19 +10:00
Dion Moult
2b0572af10
New feature to filter pset / qto quickly in the panel
...
Ever work regularly with models that have 30 or more properties per element?
2024-08-23 15:20:47 +10:00
Dion Moult
ed6365b292
You can now filter spatial containers by name, long name, or class
2024-08-23 14:27:22 +10:00
Dion Moult
e3b1e0773f
Show grouping panel by default
2024-08-23 14:20:37 +10:00
Dion Moult
3d38068b90
Unindent project in spatial tree to save space
2024-08-23 14:20:32 +10:00
Dion Moult
a4a2497f33
You can now filter and search in the spatial decomposition panel
2024-08-23 13:49:45 +10:00
Dion Moult
1ef2fb89af
Show annotations and hide openings in spatial decomposition element filter
2024-08-23 13:48:19 +10:00
Bruno Perdigão
902d777574
Fix removing the dimension decorator in measure tool.
2024-08-22 17:44:48 -03:00
Bruno Perdigão
3bd0caade1
Fixed Polyline Wall after changes in Measure tool input
2024-08-22 16:11:22 -03:00
Bruno Perdigão
301cb4bbdc
Small fix in TAB behavior for measure and polyline tool
2024-08-22 15:55:05 -03:00
Bruno Perdigão
f0338ffdda
Measure tools now shows decorator for the dimension of every line and the angles between them. Area calculation was removed and will be introduced in another operator
2024-08-22 15:54:11 -03:00
Dion Moult
2100528cbe
Rebrand to Bonsai in IOS-Python docs
2024-08-23 00:12:11 +10:00
Dion Moult
ae4f681f73
Remove superseded test
2024-08-22 23:58:15 +10:00
Dion Moult
53d7624fc4
Work in progress starting to restructure docs in preparation for next release
2024-08-22 23:56:59 +10:00
Andrej730
951b2b76a6
small fix for 94f5137684
2024-08-22 18:34:13 +05:00
Andrej730
e9b4b6560e
drawing.create_camera not to assign camera to the scene collection
...
Noticed that added drawing camera was linked to the scene collection and after collector.assign it was linked to the 2 collections instead of just 1 - it's own drawing collection and the scene collection.
2024-08-22 18:34:13 +05:00
Andrej730
cabffdc549
fix tests after 4e48c35425
2024-08-22 18:33:21 +05:00
Andrej730
7ea60742d6
fix typo
2024-08-22 18:28:50 +05:00
Andrej730
358c834427
fix bim tests after 143e094
...
drawings and annotations that are part of some drawing don't need to be added to the spatial hierarchy
2024-08-22 18:28:50 +05:00
Andrej730
5d6655cbc7
fix issue adding drawing representation after ef04402ed8
2024-08-22 18:28:50 +05:00
Andrej730
4d122d77dc
load_from_memory prop - add description
2024-08-22 17:20:48 +05:00
Dion Moult
d4e863ed3b
Replace BlenderBIM branding with Bonsai in docs
2024-08-22 21:02:19 +10:00
Dion Moult
b6ccf505e7
Fix #5177 . Refresh georeferencing viz data after data purged.
2024-08-22 20:18:13 +10:00
Dion Moult
ce9842983b
Fix #5037 . Remove deprecated pie menu.
2024-08-22 19:59:55 +10:00
Dion Moult
eb19b26a6e
Revert xlsx feature, just csv for now
...
Don't want another dep
2024-08-22 17:24:43 +10:00
Dion Moult
06602d0e39
Download CSV/XLSX from web
2024-08-22 17:22:38 +10:00
Dion Moult
00279b63de
Show sum of columns on web spreadsheet, really useful for qto
2024-08-22 17:22:29 +10:00
Dion Moult
6418353119
You can now filter headers in web spreadsheets
2024-08-22 17:22:09 +10:00
Dion Moult
3afbbe51d2
Make spreadsheets fullscreen
...
Spreadsheets from multiple sessions need to be redesigned to perhaps use tabs or split windows or something else
2024-08-22 17:21:48 +10:00
Dion Moult
ddb767674b
Fix bug where there would be missing data in web spreadsheets
...
See https://github.com/olifolkerd/tabulator/issues/3135
2024-08-22 15:37:04 +10:00
Bruno Perdigão
5575ea8296
Polyline and Measure tool now use right-click to confirm input
2024-08-21 23:01:06 -03:00
Bruno Perdigão
e8a7a032aa
Changed the order of the input panel for Polyline and Measure tool. Distance and Angle now come first.
2024-08-21 22:56:12 -03:00
Bruno Perdigão
f23e419685
Fixed bug in Polyline and Measure tool. The input calculation was wrong when you had only one point in the polyline
2024-08-21 22:56:12 -03:00
Bruno Perdigão
b87e8136af
Raycast and Snap refactor. Snap now works with objects with no faces
2024-08-21 22:56:12 -03:00
Bruno Postle
473d0ae888
Remove Association op cleans blenderbim & bonsai
...
The remove *.ifc Association removes any stale Linux BlenderBIM
associations as well as Bonsai associations, this should now give a
clean upgrade path. Closes #5212
2024-08-21 21:11:11 +01:00
Andrej730
94f5137684
fix poll error messages addressing empty enum
2024-08-21 18:36:12 +05:00