Stephen Boddy
|
7858cb128e
|
Fix #5563 inconsistent behaviour of Status filter
|
2025-06-26 10:12:55 +05:00 |
|
Bruno Perdigão
|
0d859bd4ee
|
See #6837. Fix handling of connections when splitting walls.
bonsai-0.8.3-alpha2506252200
|
2025-06-25 19:00:25 -03:00 |
|
Andrej730
|
360afe68aa
|
sheeter - replace by_id with by_guid
No functional changes, just to make it more idiomatic (both `by_id` and `by_guid` end up doing `ifc_file[xxx]` under the hood).
bonsai-0.8.3-alpha2506251431
|
2025-06-25 19:01:41 +05:00 |
|
Andrej730
|
b6af68bfe6
|
data/templates/titleblocks/README.md
Basic readme about folder contents. Will need to move it more general documentation later.
|
2025-06-25 19:01:41 +05:00 |
|
Andrej730
|
7440c321b6
|
sheeter - use more strict data access where it's implied
|
2025-06-25 19:01:41 +05:00 |
|
Andrej730
|
73b5c2f1ae
|
sheeter - simplify namespace access using constants
|
2025-06-25 19:01:41 +05:00 |
|
Andrej730
|
485ce22ca7
|
bim.select_all_sheets - fix a typo
|
2025-06-25 19:01:41 +05:00 |
|
Andrej730
|
e92520b777
|
Fix value errors in update callback
Blender is requiring update callback to return `None`, otherwise it prints `ValueError: the return value must be None`.
|
2025-06-25 19:01:40 +05:00 |
|
Andrej730
|
00414a1590
|
bim.assign_scene_units - expose operator to ui
|
2025-06-25 19:01:40 +05:00 |
|
Andrej730
|
6b6bf248ff
|
typing
|
2025-06-25 19:01:40 +05:00 |
|
Andrej730
|
03fcd59c5a
|
black .
|
2025-06-25 19:01:40 +05:00 |
|
Andrej730
|
5e89748ba6
|
unit - remove unnecessary ifc operators
|
2025-06-25 19:01:39 +05:00 |
|
Stephen Boddy
|
c5987bca3d
|
Fix #4588 fix broken rev cloud styles in sheets.
bonsai-0.8.3-alpha2506251400
|
2025-06-25 18:59:42 +05:00 |
|
Bruno Perdigão
|
94f98b1e0e
|
Fix issue where edge intersection snap were not being calculated.
bonsai-0.8.3-alpha2506242117
|
2025-06-24 18:17:24 -03:00 |
|
Thomas Krijnen
|
38dcdde7ae
|
submodule
|
2025-06-24 22:12:38 +02:00 |
|
Thomas Krijnen
|
95f8af01f0
|
submodule
|
2025-06-24 22:03:13 +02:00 |
|
Thomas Krijnen
|
8f0d053049
|
Factor out code into Iterator.cpp
|
2025-06-24 22:03:13 +02:00 |
|
Andrej730
|
caccfd2516
|
unit operators - add some descriptions
bonsai-0.8.3-alpha2506241409
bonsai-0.8.3-alpha2506241432
|
2025-06-24 19:08:43 +05:00 |
|
Andrej730
|
b4c4efcf5b
|
unit.unassign_unit - smal doc-string fix
|
2025-06-24 19:08:43 +05:00 |
|
Andrej730
|
fe81dc7f21
|
Units UI - match icons in enum with icons in ui list
To build a visual association
Example (previously enum had no icons)
https://files.catbox.moe/0ks3jj.png
https://files.catbox.moe/y1yrv5.png
|
2025-06-24 19:08:42 +05:00 |
|
Andrej730
|
4f77c41bd5
|
calculate_unit_scale - small optimization
|
2025-06-24 19:08:42 +05:00 |
|
Andrej730
|
47b077b555
|
Fix sheets related tests
|
2025-06-24 19:08:42 +05:00 |
|
Andrej730
|
845e034614
|
test_feature - fix non-unique function name
|
2025-06-24 19:08:42 +05:00 |
|
Andrej730
|
82d020b20d
|
bim light tests - fix after f684a6058
Since defaults were updated
|
2025-06-24 19:08:42 +05:00 |
|
Andrej730
|
cd73f80894
|
Fix tool test_drawing after 992ad8e
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
705a924f41
|
Fix context's TestImportAttributes after e4a50b3
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
097e03d6f5
|
Fix TestGenerateSheetIdentification (b20997d)
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
4a69df1f6b
|
Classification source - automatically update on changes in bsdd ui
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
df69ca27da
|
Remove duplicated active_dictionary prop (22f10e5)
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
b3778facda
|
Fix core drawing tests after be65774
|
2025-06-24 19:08:41 +05:00 |
|
Andrej730
|
c333535ae5
|
Blender 4.5 - prevent infinite loading of previews
Related - https://projects.blender.org/blender/blender/issues/140903
|
2025-06-24 19:08:40 +05:00 |
|
Andrej730
|
fcaeb920ec
|
typing
|
2025-06-24 19:08:40 +05:00 |
|
Andrej730
|
50d3cab1ec
|
Fix regression with thumbnails update #6839 (be1836f)
|
2025-06-24 19:08:40 +05:00 |
|
Andrej730
|
4574351817
|
Light UI - detect Sun Position addon activation/deactivation more reliably
bonsai-0.8.3-alpha2506231407
|
2025-06-23 19:06:16 +05:00 |
|
Andrej730
|
623997b40d
|
Revert unintended prop_with_search change (98c479f1b)
|
2025-06-23 19:06:16 +05:00 |
|
Andrej730
|
8f7b965a58
|
Light UI - add our own 'coordinates' property
To ensure when it's changed - latitude and longitude update will follow. Previously we were just displaying sun position addon's `coordinates' prop.
|
2025-06-23 19:06:16 +05:00 |
|
Andrej730
|
c1e6e7d736
|
light module true_north prop - use Blender angle subtype
|
2025-06-23 19:06:16 +05:00 |
|
Andrej730
|
f684a6058c
|
Light UI - quickly select current time/pick location from Google Maps
Location - https://files.catbox.moe/ew9tgd.png ("Now" and "Pick" buttons)
|
2025-06-23 19:06:15 +05:00 |
|
Andrej730
|
1a80e3f1a1
|
bim.enum_property_search - note on activate_init
|
2025-06-23 19:06:15 +05:00 |
|
Andrej730
|
a76af3c2ba
|
validate IfcApplication.UR2 - check that both version and app name are not None (263d238f9)
Otherwise it will be caught by regular validation checks
|
2025-06-23 19:06:15 +05:00 |
|
Andrej730
|
28bee52dff
|
Blender 4.5 - deprecate GPUShader constructor
Now it should be replaced with `gpu.shader.create_from_info`
|
2025-06-23 19:06:15 +05:00 |
|
Andrej730
|
58449368fb
|
radiance_exporter_properties -> BIMRadianceExporeterProperies
For consistency with other props
|
2025-06-23 19:06:15 +05:00 |
|
Andrej730
|
30c33518f0
|
typing
|
2025-06-23 19:06:14 +05:00 |
|
Andrej730
|
3a06afae25
|
black .
|
2025-06-23 19:06:14 +05:00 |
|
falken10vdl
|
98c479f1bd
|
Create instance context menu (#6830)
bonsai-0.8.3-alpha2506221210
|
2025-06-22 07:09:57 -05:00 |
|
Ryan Schultz
|
d875baefde
|
#5709 - Partly addresses RCP camera flipping around. (still hacky though)
bonsai-0.8.3-alpha2506211514
|
2025-06-21 10:14:09 -05:00 |
|
Ryan Schultz
|
9149bb0fdc
|
whoops, accidently pushed.
bonsai-0.8.3-alpha2506211309
|
2025-06-21 08:11:01 -05:00 |
|
Ryan Schultz
|
f3c86d7fcc
|
added a few to ifc_classes_suggestions.json
|
2025-06-21 08:08:50 -05:00 |
|
Ryan Schultz
|
64aeef7103
|
Automatically detect bonsai_path
bonsai-0.8.3-alpha2506211300
|
2025-06-21 07:59:51 -05:00 |
|
Andrej730
|
cd1bda5311
|
regenerate_wall_representation - remove debug prints
bonsai-0.8.3-alpha2506201349
|
2025-06-20 18:48:38 +05:00 |
|