Minor fixes to BlenderBIM's IFC importer#2129
Minor fixes to BlenderBIM's IFC importer#2129yorikvanhavre wants to merge 1 commit intoIfcOpenShell:v0.7.0from
Conversation
yorikvanhavre
commented
Apr 7, 2022
- Allow IfcAnnotations which have no related IfcGroup
- Added a couple of IfcAnnotation.ObjectType types exported by FreeCAD
* Allow IfcAnnotations which have no related IfcGroup * Added a couple of IfcAnnotation.ObjectType types exported by FreeCAD
Is this change hunk required? I don't see the purpose of it. Have you got a file to test where it is needed? The |
|
This file doesn't open with the current code: https://gitlab.com/openingdesign/101_W_33rd_St/-/blob/main/Models%20and%20CAD/IFC/101_W_33rd_St_Details_D.ifc it fails because the "group" list is empty. but yeah, i might not have got the correct cause |
|
I tested with the file and it works without that hunk. Are you sure that file demonstrates an issue? |
|
Bump @yorikvanhavre :) |
|
Indeed everything seems working now... weird! Anyway, the best bugs are the bugs that fix themselves :) |