Dion Moult
cd2570cdbb
Fix #4649 . Bug where editing property set template enumerations didn't clean up properly.
2024-05-11 15:18:18 +10:00
Dion Moult
e7eb00eaa3
See #4652 . Fix bug where auto-detection of a false origin could be incorrect
...
We were incorrectly multiplying a shape matrix in SI units with a vertex in project units. We also didn't do a final check whether or not that final resultant coordinate was far away or not (for example, origin and vertex can cancel each other out)
2024-05-10 23:28:37 +10:00
Dion Moult
cd6eac3c8f
See #4652 . Fix bug where using create_mesh won't work if you pass it a triangulation.
2024-05-10 22:39:56 +10:00
Dion Moult
57b905862a
Fix #4650 . When the bbim build hotfixes the bot build, it should replace, not copy over.
2024-05-10 18:20:41 +10:00
Dion Moult
4c8f93d737
Add error catching to model loading and let users hide error dialog
2024-05-09 16:33:05 +10:00
Dion Moult
2789bc565a
Write troubleshooting documentation
2024-05-09 16:21:24 +10:00
Dion Moult
a1e0b8858e
Track last actions and friendlier error reporting when something breaks
2024-05-09 13:37:57 +10:00
Andrej730
cbf04546b8
fix many implicit ifcopenshell.guid imports
...
a bit related to 10d30b0de
2024-05-08 18:18:02 +05:00
Dion Moult
37c0084874
Friendlier error reporting if bbim fails to install
2024-05-08 22:26:54 +10:00
Andrej730
875afd69d5
skip objects without placements importing containers
...
It seems that IFC doesn't specify that IfcRelAggregates.RelatedObjects should necessary have a placement. E.g. FreeCAD is using IfcGroups in RelatedObjects to store hierarchy in IFC.
Example - https://community.osarch.org/discussion/2144/object-information-spatial-container
2024-05-08 13:47:11 +05:00
Andrej730
67f4ed00d0
fix couple silent bugs importing containers
...
1) we were setting OwnerHistory to the "elevation" attribute of SpatialElement (in BIMSpatialProperties.containers)
2) we were setting "elevation" attribute at all when SpatialElement doesn't have "elevation" attribute
Though those bugs were silent since PropertyGroup doesn't alarm when we add a completely new attribute to it.
2024-05-08 13:47:11 +05:00
Dion Moult
984b1212a6
Whoops
2024-05-08 09:45:12 +10:00
Andrej730
bc72c927c1
replace deprecated api call
...
noticed fixing #4632
2024-05-07 21:41:01 +05:00
Ryan Schultz
c5b4513f65
fix #4622 - can now reassign IfcWindowStyle and IfcDoorStyle
2024-05-07 09:46:55 -05:00
Dion Moult
93639e9e50
Even more cleaning of documentation references
2024-05-07 19:08:13 +10:00
Dion Moult
26434f0331
Fix #4589 . Symlink entire ifcopenshell dir for dev setups.
2024-05-07 15:51:48 +10:00
Dion Moult
f6c2e2c20d
Fix #4530 . Fix various styling issues on docs.
2024-05-07 15:44:06 +10:00
Andrej730
28d205b4a3
show info message on saving/loading csv from bbim
2024-05-06 18:56:20 +05:00
Andrej730
31d322a28c
descriptions for operators removing classifications/contexts #4614
2024-05-06 17:29:30 +05:00
Andrej730
3b90086109
Fix loading search queries with exclusion #4609
...
It was failing to load queries like "!IfcWall" or "!2Mg7PHubX0xxOfF0DdA9Wd"
2024-05-06 17:06:10 +05:00
Gorgious56
30b870b98d
Fix #4617 : Switching representation in edit mode is no longer possible
2024-05-06 13:20:33 +02:00
Andrej730
8f7f6223de
unlink pasted blender objects if there is no active ifc file #4619
2024-05-06 15:03:27 +05:00
Ryan Schultz
10f894e2ea
Find the "Types" Collection regardless of the IfcProject.Name
2024-05-05 20:46:07 -05:00
Ryan Schultz
34bbc8f1ea
for 'Add Fitting' changed the hot key from Shift+F to Shift+Y. per https://community.osarch.org/discussion/2124/ui-discussion-around-add-fitting-and-add-bend
...
Also added Shift+F (bim.flip_object) to all profile-based objects
2024-05-05 19:20:13 -05:00
Ryan Schultz
d694d8fcc2
fix #4610 : bim.select_type() from type launcher throws error
2024-05-05 13:16:30 -05:00
Andrej730
9f2df7fb9d
preview external shading style as material is selected from other .blend file
...
previously it required to save external style attributes to preview the changes, now it's couple clicks saved if you want to preview different blender materials for your styles
2024-05-03 17:55:30 +05:00
Andrej730
9e5c3ff675
fix bug appending blender material when style.Location isn't .blend
...
it wasn't considering that .Location could be either None or not a .blend file and was failing in those cases
2024-05-03 17:38:04 +05:00
Andrej730
a67108e6c1
Reload current shading style after editing it #4567
...
Examples:
1) active shading type = EXTERNAL, now after changing it's SHADING attributes and accepting the changes, it will reload EXTERNAL shading back since it's the one that's active.
2) active shading type = SHADING, after adding EXTERNAL shader will reload SHADING style to the material.
2024-05-03 17:36:14 +05:00
Andrej730
b1706f2eac
fix error launching type manager in empty project
2024-05-03 16:28:10 +05:00
Andrej730
ac29e152bb
project.unassign_declaration - support batching #4474
2024-05-03 16:28:10 +05:00
Andrej730
de690a385c
project.assign_declaration - support batching #4474
2024-05-03 16:28:10 +05:00
Andrej730
92426a640a
bim.active_model not to unhide all types and drawings elements
2024-05-03 16:23:55 +05:00
Andrej730
93f8638a94
Use active camera drawing id for bim.create_drawing #4581
...
There was inconsistency between .poll and .execute on what use as active drawing.
2024-05-03 16:23:55 +05:00
Andrej730
16b0b1c3a5
Fix UI error #4575
2024-05-03 15:43:42 +05:00
Dion Moult
25fff3fdd0
Consolidate duplicate operators "Convert to Blender file" and "Purge IFC Links"
2024-05-03 17:02:05 +10:00
Ryan Schultz
080f325557
extends bim.select_type by selecting multiple types from a selection of objects.
...
Also when the type is selected and turned on, all other types are automatically turned off.
https://imgur.com/a/DQUF0ai
2024-05-03 00:59:33 -05:00
Andrej730
c7effa3f25
More descriptive errors linking ifc files
2024-05-02 12:13:44 +05:00
Andrej730
45b2411c2b
Fix #4598 after 229c7285c
2024-05-01 17:43:31 +05:00
Andrej730
9f12091c7f
fix bug assigning materials
...
it was clearing all other blender materials - e.g. blender materials associated with representation items styles. Also had the same issue with affecting extra elements as with unassigning materials
2024-05-01 16:42:20 +05:00
Andrej730
bef5d3cca5
blenderbim - fix bug with unassigning material
...
When you would unassign material (e.g. implicitly by removing the object), it might have also removed materials slots from other occurrences of the same type.
Which may had some unexpected sideffects later on - as unassigned styles saving IFC project (BBIM unassigned styles based on a assumption that it was the user decision to remove the materials and related styles).
2024-05-01 16:42:20 +05:00
Andrej730
0f548eb93e
Indicate in UI if type material was overridden by occurrence material
...
Example - https://i.imgur.com/T1hidJg.png
+small optimization in material_name
2024-05-01 16:42:20 +05:00
Andrej730
374348bb81
IfcImporter small optimization
2024-05-01 16:42:20 +05:00
Andrej730
b42f6b1827
ifc delete to show time it took if it was more than 10 secs
2024-05-01 16:42:20 +05:00
Andrej730
137a306269
typing
2024-05-01 16:42:20 +05:00
Andrej730
fc0ffd1c02
fix a typo #4596 😬
2024-05-01 15:40:45 +05:00
Bruno Perdigão
97e0c43702
Merge pull request #4440 from brunoperdigao/fix-normal-duplication-of-linked-aggregate
...
Fix normal duplication of linked aggregate
2024-04-30 17:01:44 -03:00
Ryan Schultz
9962a0c905
small fix to previous commit. Solves https://github.com/IfcOpenShell/IfcOpenShell/commit/4b56b341243d6b0eed82e8533848b124e82e1344#commitcomment-141442796
2024-04-28 18:57:42 -05:00
Ryan Schultz
4b56b34124
Tweaked UI for Linked Aggregates https://imgur.com/a/rExISKO
2024-04-28 10:34:52 -05:00
Ryan Schultz
dcbd6a925d
small fix for #4361 . remove IfcProject for class iterator. See https://github.com/IfcOpenShell/IfcOpenShell/issues/4361#issuecomment-2081223615
2024-04-27 18:13:38 -05:00
Ryan Schultz
3848a21136
fix #4361 : Have the aggregate empty turn on too, if at least one object in the aggregate, is turned on as well
2024-04-27 11:31:39 -05:00