This commit is contained in:
Andrej730
2026-03-23 19:16:51 +05:00
parent 05bf59d360
commit 86bef0a254
3 changed files with 18 additions and 16 deletions
@@ -1102,7 +1102,7 @@ class LoadProject(bpy.types.Operator, IFCFileSelector, ImportHelper):
else:
return self.finish_loading_project(context)
def finish_loading_project(self, context):
def finish_loading_project(self, context: bpy.types.Context) -> set["rna_enums.OperatorReturnItems"]:
try:
filepath = self.get_filepath()
if not self.is_existing_ifc_file():