Dion Moult
f9c4b6a98f
Improve QTO of segment lengths
...
Previous method uses bounding box which could be wrong if the app (Revit) doesn't extrude in +Z and has a slope (e.g. most pipes). Also Revit tends to use rectangle profiles not for the cross section, but instead for the footprint which is crazy.
blenderbim-0.7.11-alpha240808
2024-08-08 15:13:34 +10:00
Dion Moult
b01e93161e
Use vertex buffer for more efficient centroids
2024-08-08 08:24:12 +10:00
Andrej730
ffbd3e50c5
typing
2024-08-07 20:27:21 +05:00
Andrej730
98c4a1d110
ifcdiff - add simple tests
2024-08-07 17:33:10 +05:00
Andrej730
e2c4bcb217
blenderbim - hide json output file and some operators if current ifc file is not used
...
It was misleading since those operators only worked with the current model and had no effect if it wasn't used in ifcdiff.
2024-08-07 17:33:10 +05:00
Andrej730
7e60b6888e
ifcopenshell v0.8 fixes #5156 #4832
2024-08-07 17:33:10 +05:00
ArturTomczak
bbf8ebcb52
add user-agent header to bSDD calls
...
As explained in: https://github.com/buildingSMART/bSDD/blob/master/Documentation/bSDD%20API.md#http-header-x-user-agent
2024-08-07 21:12:49 +10:00
Tim
c1936b871e
Renamed tools #3527
2024-08-07 21:12:29 +10:00
Ziad-I
31d67b5e62
fix bootstrap css conflict by adding dummy class in navbar a tags
2024-08-07 21:11:44 +10:00
Ziad-I
683e168ca1
add border radius to all pages
2024-08-07 21:11:44 +10:00
Ziad-I
cbc0b4837f
add icons to navbar and make it smaller
2024-08-07 21:11:44 +10:00
Ziad-I
02ff6c00ef
add button colors
2024-08-07 21:11:44 +10:00
Ziad-I
78f664e892
fix CSS inconsistency and small errors
2024-08-07 21:11:44 +10:00
Ziad-I
d745265048
fix footer for drawings page
2024-08-07 21:11:44 +10:00
Ziad-I
917991feab
only ask for updates from specific blender using blender ID
2024-08-07 21:11:44 +10:00
Ziad-I
4877ab4426
add updating and removing of drawings/sheets
2024-08-07 21:11:44 +10:00
Ziad-I
48c5100d3b
add blender generated theme for drawings page
2024-08-07 21:11:44 +10:00
Ziad-I
72caf7525e
fix highlighting for better visibility
2024-08-07 21:11:44 +10:00
Ziad-I
242d91bc17
small css change
2024-08-07 21:11:44 +10:00
Ziad-I
afb22ce7d5
add blender generated theme to gantt page
...
and some small edits in extracted colors and index page
2024-08-07 21:11:44 +10:00
Ziad-I
e45a670ff5
add csv page uses blender theme css variables
2024-08-07 21:11:44 +10:00
Ziad-I
45042aa5e0
index.css uses blender css variables if they are defined
2024-08-07 21:11:44 +10:00
Ziad-I
07aec0730f
update title in all pages
2024-08-07 21:11:44 +10:00
Ziad-I
7e6da3edb3
add mix colors function as blender mixes two colors...
...
blender mixes two colors to get the panel background final color :)
2024-08-07 21:11:44 +10:00
Ziad-I
4f0eafa92d
fix blender css variables names
2024-08-07 21:11:44 +10:00
Ziad-I
de75eded09
add theme_data listeners in web ui
2024-08-07 21:11:44 +10:00
Ziad-I
f2b4bea4de
add getting and sending theme data from blender
2024-08-07 21:11:44 +10:00
Ziad-I
4f28b2506d
add theme data listeners in sioserver
2024-08-07 21:11:44 +10:00
Ziad-I
281da8ed77
add docstring to has_started and indentation edits
2024-08-07 21:11:44 +10:00
Ziad-I
bdf4258895
add footer to drawings page
2024-08-07 21:11:44 +10:00
Ziad-I
385d9b9df7
connected clients list now works correctly with all pages
2024-08-07 21:11:44 +10:00
Ziad-I
0e40df4fa3
now correctly gets drawings and sheets data to send to web ui
2024-08-07 21:11:44 +10:00
Ziad-I
b0c132f73a
fix when sending csv or gantt data it is saved in the WebData
...
due to load not always being called as sometimes WebData is loaded before
2024-08-07 21:11:44 +10:00
Dion Moult
4fd802bf3d
More efficient shape bbox and average vertex centroid function
blenderbim-0.7.11-alpha240807
2024-08-07 17:21:49 +10:00
Andrej730
e461040e17
bim.pip_install - fix for Blender 4.2
2024-08-06 18:22:35 +05:00
Andrej730
43b574011e
fix choco releases
2024-08-06 17:14:43 +05:00
Andrej730
9bae914b51
ci-blenderbim-choco - rename for consistency, add workflow_dispatch
...
workflow_dispatch allows running workflow manually if needed
2024-08-06 16:52:30 +05:00
Andrej730
945070bdff
blenderbim daily releases - add a note about autoupdates
2024-08-06 15:13:50 +05:00
Andrej730
d2b4afe1be
blenderbim tests github action
2024-08-06 15:09:47 +05:00
Andrej730
3760f8fafe
setup daily builds extensions repo
2024-08-06 15:09:47 +05:00
Andrej730
b9e5cefddf
Another fix for #5134
blenderbim-0.7.11-alpha240806
2024-08-06 10:56:36 +05:00
Andrej730
9f5f757ccf
Fix #5134
2024-08-05 18:33:03 +05:00
Andrej730
3a147d7f62
Remove Python 3.10 build from bbim builds
...
Reverts 8514a42 , removes python 3.10 from bbim builds as it's not suppored by Blender 4.2+ (https://github.com/gentoo/gentoo/pull/37671 )
2024-08-05 16:37:16 +05:00
Andrej730
9f1d14e5a7
black format
2024-08-05 13:59:33 +05:00
Dion Moult
bce71f3797
See #5087 . See #5114 . Skip trying to test shapes that obviously don't have a representation to prevent false positives
blenderbim-0.7.11-alpha240805
2024-08-05 14:18:54 +10:00
Bruno Postle
253dca730d
Fix misplaced section/elevation symbols
...
Looks like a simple typo, closes #5131
2024-08-04 17:30:30 +01:00
Ryan Schultz
e0f33a56ec
shift+click, to quickly switch the drawing view without turning anything on or off in the scene. as discussed: https://community.osarch.org/discussion/2196/quick-way-to-switch-between-drawing-views#latest
...
shift+click, to quickly switch the drawing view without turning anything on or off in the scene.
as discussed: https://community.osarch.org/discussion/2196/quick-way-to-switch-between-drawing-views#latest
2024-08-04 10:02:31 -05:00
Dion Moult
2287931e9c
Rewrite georeference tests actually test UI effects
blenderbim-0.7.11-alpha240804
2024-08-04 21:23:02 +10:00
Dion Moult
1f7a498606
Fix #4958 . Add UI spy class in feature tests to allow more natural BDD tests
2024-08-04 21:23:02 +10:00
Ryan Schultz
a9e366b238
Assure text 'wraps' in CloseError
2024-08-03 14:30:06 -05:00