Thomas Krijnen
81bdb551ab
SvgSerializer fix: Z == 2
2024-08-23 20:43:27 +02:00
Thomas Krijnen
5fdad744d3
Cgal kernel: Fail boolean op altogether when part conversion to Nef fails
2024-08-23 20:42:32 +02:00
Thomas Krijnen
ab6f408db4
Unify edge orientation logic among kernels
2024-08-23 20:41:42 +02:00
Thomas Krijnen
cdf8b9c038
Cgal kernel: taxonomy::line is intended to run along local Z
2024-08-23 20:41:17 +02:00
Thomas Krijnen
918fb41a7e
Unify face bound counting logic among kernels
2024-08-23 20:39:20 +02:00
Thomas Krijnen
1d8e39e55f
NB! For now let's use Epick for cgal-simple instead of actually Simple_cartesian
2024-08-23 20:38:38 +02:00
Thomas Krijnen
b0b65e550c
dispatch_curve_creation based on template magic instead of dynamic casting
2024-08-23 20:36:47 +02:00
Thomas Krijnen
a1527a7e31
--use-material-names no longer in serializer_settings
2024-08-23 20:35:01 +02:00
Thomas Krijnen
d80bcd1a94
Unify variant storage ( #5118 )
2024-08-23 20:29:07 +02:00
Andrej730
e2001e82dd
fix (hopefully) last failing test in github workflow
ifcsverchok-0.7.11.240823
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
bonsai-0.7.11-alpha240823
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