mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix #2698. Bug where clash sets couldn't be visualised if you had one of the models open (i.e. not linked) in the active session.
This commit is contained in:
@@ -299,7 +299,8 @@ class SelectIfcClashResults(bpy.types.Operator):
|
||||
for scene in obj.users_scene:
|
||||
if scene.BIMProperties.ifc_file:
|
||||
ifc_file = scene.BIMProperties.ifc_file
|
||||
break
|
||||
if scene.library:
|
||||
break
|
||||
|
||||
if ifc_file:
|
||||
if ifc_file not in IfcStore.session_files:
|
||||
|
||||
Reference in New Issue
Block a user