Skip to content

Commit

Permalink
APS Required Login Fix (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay authored Jul 30, 2024
2 parents e82d794 + 979b751 commit e5c12d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def export(self) -> None:
app = adsk.core.Application.get()
design: adsk.fusion.Design = app.activeDocument.design

if not getAuth():
if self.exporterOptions.exportLocation == ExportLocation.UPLOAD and not getAuth():
app.userInterface.messageBox("APS Login Required for Uploading.", "APS Login")
return

Expand Down

0 comments on commit e5c12d1

Please sign in to comment.