Andrej730
|
ae771cb37d
|
build-deps.cmd - bump swig version to 4.1.0 and use cmake
4.1.0 will match build-all.py and it's the first version to use cmake, so we can quickly build swig ourselves
|
2025-08-29 19:44:03 +05:00 |
|
Andrej730
|
b1a0b7a7d0
|
cmake - also try to use find_package(OpenCOLLADA)
|
2025-08-29 19:44:03 +05:00 |
|
Andrej730
|
556eb128d6
|
build-deps.cmd - add example use
|
2025-08-29 19:44:03 +05:00 |
|
Andrej730
|
0d3545c621
|
bim.select_library_file - shortcut to reload the library
Location - https://files.catbox.moe/an9hif.png
bonsai-0.8.4-alpha2508281413
bonsai-0.8.4-alpha2508281414
bonsai-0.8.4-alpha2508291209
|
2025-08-28 19:11:52 +05:00 |
|
Andrej730
|
12cfa21d9b
|
Fix missing project library ui data refresh
E.g. it wasn't updated on undo
|
2025-08-28 19:11:52 +05:00 |
|
Andrej730
|
c8a60cc4d5
|
bim.refresh_library - add description
|
2025-08-28 19:11:51 +05:00 |
|
Andrej730
|
6702e912e7
|
bim.save_library - add info message for more responsive ui
|
2025-08-28 19:11:51 +05:00 |
|
Andrej730
|
b5aeab6404
|
Remove project library from UI #7057
Example - https://files.catbox.moe/940mhn.mp4
|
2025-08-28 19:11:51 +05:00 |
|
Andrej730
|
71a6bf25bc
|
Fix error loading IFC file without contexts #7060 (8d3aa98)
bonsai-0.8.4-alpha2508280611
|
2025-08-28 11:09:46 +05:00 |
|
Andrej730
|
43fbdf57c8
|
black .
|
2025-08-28 11:09:45 +05:00 |
|
Richard Brice
|
39100b7c97
|
Fixes problems with referents
bonsai-0.8.4-alpha2508271832
|
2025-08-27 11:32:25 -07:00 |
|
Richard Brice
|
c090073858
|
Removes assumption about which nest contains alignment layout segments
bonsai-0.8.4-alpha2508271436
|
2025-08-27 07:35:49 -07:00 |
|
Richard Brice
|
1de5940294
|
Separates referent and alignment layout usages into different referents
bonsai-0.8.4-alpha2508261505
|
2025-08-26 08:02:57 -07:00 |
|
Richard Brice
|
9331e89d15
|
Alignments can now be created with or without geometric representations
|
2025-08-25 19:59:07 -07:00 |
|
Bruno Perdigão
|
8903d6a85c
|
Change variable name for consistency. Related to #6963
bonsai-0.8.4-alpha2508252342
|
2025-08-25 20:42:28 -03:00 |
|
Bruno Perdigão
|
cb551e1248
|
Fix issue with creating walls from slabs in IFC2X3 files. Related to #6963
|
2025-08-25 20:42:28 -03:00 |
|
Bruno Perdigão
|
915c38947d
|
See #6963. Fix issue with changing extrusion angle in IFC2X3 files.
|
2025-08-25 20:42:28 -03:00 |
|
Bruno Perdigão
|
190d9f8e3f
|
Fix issue with IfcPolyline in get_polyline_coords
|
2025-08-25 20:42:28 -03:00 |
|
daniel-augusto
|
f7e8643f30
|
Update link to install Bonsai
|
2025-08-24 08:23:31 +02:00 |
|
falken10vdl
|
dccd9d4139
|
lock drawing titleblock (managed by lock icon in Inkscape) (#7043)
bonsai-0.8.4-alpha2508212055
|
2025-08-21 15:55:19 -05:00 |
|
Thomas Krijnen
|
d31aafac5b
|
Update ConversionSettings.h
|
2025-08-21 14:06:54 +02:00 |
|
Thomas Krijnen
|
2949a86f09
|
Properly initialize stream::eof #7045
|
2025-08-21 10:00:44 +02:00 |
|
Ryan Schultz
|
4cbf551c75
|
small tweak to dev_environment.py
bonsai-0.8.4-alpha2508201802
|
2025-08-20 13:01:42 -05:00 |
|
Andrej730
|
3ef5b13bf8
|
cmake - also try find_package(OpenCASCADE)
|
2025-08-19 19:06:21 +05:00 |
|
Andrej730
|
f1114745fb
|
cmake - fix OCC_INCLUDE_DIR strequal check working only once
If OCC_INCLUDE_DIR is not provided, then first it would pass, but the next time wouldn't since variable value would be 'OCC_INCLUDE_DIR-NOTFOUND'.
|
2025-08-19 19:06:21 +05:00 |
|
Andrej730
|
1d2b1dcbc8
|
build-deps - avoid redownloading Eigen
|
2025-08-19 19:06:21 +05:00 |
|
Andrej730
|
ea360733e4
|
run-cmake - use hdf5 install dir instead of providing include/library dir explicitly
|
2025-08-19 19:06:21 +05:00 |
|
Andrej730
|
1103cb6c03
|
build-deps - use the same hdf5 version as build-all
Also use general release cmake file, so there's no need for .patch
|
2025-08-19 19:06:20 +05:00 |
|
Andrej730
|
6bf39b3d6a
|
cmake - also use find_package to find hdf5
|
2025-08-19 19:06:20 +05:00 |
|
Andrej730
|
b971135ce4
|
build-deps - fix trailing spaces
|
2025-08-19 19:06:20 +05:00 |
|
Robin Quint
|
ef24bb52a7
|
Make Door / Window Tool place doors on the correct side of a wall (#6986)
bonsai-0.8.4-alpha2508191354
|
2025-08-19 13:53:45 +00:00 |
|
daniel-augusto
|
6286d85850
|
Correct highlight code block python
|
2025-08-19 09:17:20 +02:00 |
|
Andrej730
|
3d82eb954f
|
Fix missing project custom psets reload when changing IFC filepath #7037
bonsai-0.8.4-alpha2508181448
|
2025-08-18 19:48:04 +05:00 |
|
Andrej730
|
2951aecc14
|
typing
|
2025-08-18 19:48:04 +05:00 |
|
Andrej730
|
c4d54f7709
|
switch_representation - clear geometry cache
Noticed wall representation wasn't updating after window was added to it, because of the existing cache.
|
2025-08-18 19:46:59 +05:00 |
|
Andrej730
|
bd8cdf5a82
|
cmake - also use find_package to find Eigen3
|
2025-08-18 19:46:59 +05:00 |
|
Andrej730
|
53e9837858
|
fix file_dict typing (126accd6a)
|
2025-08-18 19:46:59 +05:00 |
|
Dion Moult
|
ddbe62772d
|
Fix bug where copy to structure feature was completely inaccessible from the UI
bonsai-0.8.4-alpha2508180731
|
2025-08-18 17:30:56 +10:00 |
|
Christoph Mellüh
|
f9dc7d5d94
|
Improve docs (#7005)
bonsai-0.8.4-alpha2508180614
|
2025-08-18 06:14:06 +00:00 |
|
Thomas Krijnen
|
aa97cc25d1
|
Support faceset face with voids in shape_builder
bonsai-0.8.4-alpha2508161302
|
2025-08-16 15:02:17 +02:00 |
|
Thomas Krijnen
|
0088f3933f
|
Keep ruff happy
bonsai-0.8.4-alpha2508161207
|
2025-08-16 14:07:11 +02:00 |
|
Thomas Krijnen
|
0054b27254
|
Support datetime instances in edit_pset
bonsai-0.8.4-alpha2508161135
|
2025-08-16 13:35:21 +02:00 |
|
Thomas Krijnen
|
126accd6a2
|
Track ifcopenshell.file creation time for unique iden
|
2025-08-16 13:33:10 +02:00 |
|
Andrej730
|
bd0e16cee5
|
Add status assignment to Statuses UI
Example - https://files.catbox.moe/c6ydj7.mp4
Still need to add tests and support for userdefined statuses.
bonsai-0.8.4-alpha2508151451
|
2025-08-15 19:51:01 +05:00 |
|
Andrej730
|
f5cb2dd21f
|
black .
|
2025-08-15 19:51:00 +05:00 |
|
falken10vdl
|
b024ba05da
|
Fix UI bug with active representation indication for occurrences (#7009)
bonsai-0.8.4-alpha2508151336
|
2025-08-15 13:36:15 +00:00 |
|
Richard Brice
|
1fcf2fb53f
|
Fixed zero length segment for vertical alignment. Refactors curve segment transition code
bonsai-0.8.4-alpha2508142057
bonsai-0.8.4-alpha2508142056
|
2025-08-14 13:56:36 -07:00 |
|
Andrej730
|
6bc318b15c
|
Option not to draw specific linked files #6947
Example - https://postimg.cc/7GTkhGPb
bonsai-0.8.4-alpha2508141456
|
2025-08-14 19:54:17 +05:00 |
|
Andrej730
|
40a895b5ad
|
docs\conf.py - skip .venv
|
2025-08-14 19:54:17 +05:00 |
|
Andrej730
|
3cd2963b01
|
cmake - fix errors on older cmake #7023
|
2025-08-14 12:13:48 +05:00 |
|