select linked model object when it's loaded

This commit is contained in:
Andrej730
2024-09-30 11:23:20 +05:00
parent b67be01590
commit 45ae7634a8
@@ -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"