mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
select linked model object when it's loaded
This commit is contained in:
@@ -1077,6 +1077,7 @@ class LoadLink(bpy.types.Operator):
|
||||
break
|
||||
break
|
||||
link.is_loaded = True
|
||||
tool.Blender.select_and_activate_single_object(bpy.context, empty)
|
||||
|
||||
def link_ifc(self) -> Union[set[str], None]:
|
||||
blend_filepath = self.filepath + ".cache.blend"
|
||||
|
||||
Reference in New Issue
Block a user