Dion Moult
527cdd3304
General interface docs
2024-08-25 14:55:21 +10:00
tim
31e836cfb4
png icons added
2024-08-25 14:54:30 +10:00
tim
86f123b6b0
Icons to header & sidebar
2024-08-25 14:54:30 +10:00
Bruno Perdigão
f89dee7668
Fixed angle input for imperial units in polyline wall and measure tool.
2024-08-24 15:02:22 -03:00
Ziad-I
c042d1afe5
make container padding/margin consistent over all pages
2024-08-24 18:48:58 +03:00
Ziad-I
42fc72bd4f
add favicon to web UI
2024-08-24 18:12:13 +03:00
Bruno Perdigão
f72c128ba6
Improved validation for inputs in polyline wall and measure tool.
2024-08-24 11:48:39 -03:00
Bruno Perdigão
3ceeaa739f
Small fix on format_distance to show zero like 0'.
2024-08-24 11:48:39 -03:00
Dion Moult
b9855b289f
More qto and spatial tests. Tests can now select items in a UIList.
2024-08-24 22:48:37 +10:00
Dion Moult
c7a8fd9309
More Qto tests and you can now spy on UILists and enum items
2024-08-24 21:39:46 +10:00
Dion Moult
cd411e1f14
Add smoke tests for colour by property feature
2024-08-24 14:20:13 +10:00
Dion Moult
7a168069f7
Add solar analysis panel UI tests
2024-08-24 13:34:40 +10:00
Bruno Perdigão
97d2e08286
Initial implementation of unit handling for wall polyline tool.
...
The input panel now works with meters, millimeters and imperial units.
2024-08-23 17:33:34 -03:00
Ziad-I
2ca3f86fc9
add RMB context menu to tables to set top calc type
2024-08-23 21:30:21 +03:00
Ziad-I
60a06138d2
edit index.css for color consistency
2024-08-23 19:34:15 +03:00
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
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
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