Skip to content

lazarcloud/Fusion-360-Project-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion 360 Project Downloader

Export entire Fusion 360 projects in bulk with a friendly options dialog. Choose output formats (F3D, STEP, STL, IGES), include sketch DXFs, export current and previous versions, and optionally preserve your Hub/Project/Folder structure on disk. Progress, cancellation, and a per‑run log are included.

Script icon

Where to find Scripts


Features

  • Export formats: F3D, STEP, STL, IGES
  • Sketch DXF: optional per design (recursive through occurrences)
  • Versions: current only, previous N, or all previous
  • Structure: preserve Hub/Project/Folder names on disk (optional)
  • Idempotent: skips files that already exist
  • Progress: modal progress with cancel
  • Logging: detailed export.log in the chosen output directory
  • Cross‑platform: Windows and macOS

Installation

You only need the Downloader folder (it contains the manifest and script files). You can either add it directly in Fusion or copy it to your user scripts folder.

Option A — Add from Fusion UI

  • Open Fusion 360 > Utilities tab > Add‑ins > Scripts and Add‑Ins…
  • In the Scripts tab, click Add…
  • Select the Downloader folder (the one containing Downloader/Downloader.manifest).
  • The script appears in “My Scripts”.

Option B — Copy into user scripts folder

  • Windows: copy the Downloader folder to %APPDATA%/Autodesk/Autodesk Fusion 360/API/Scripts
  • macOS: copy to ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Scripts
  • Restart or refresh the Scripts and Add‑Ins dialog.

Script page


Usage

  1. Open Fusion 360 and ensure the Data Panel is open with a project selected (the script exports the active project).

  2. Utilities > Add‑ins > Scripts and Add‑Ins… > My Scripts > select “Downloader” > Run.

  3. Options dialog: choose what to export.

  • Output folder: pick a location to save files.
  • Export formats: IGES, STEP, STL, F3D (checkboxes).
  • Versions: current only, previous N, or all previous.
  • Sketch DXF: include sketches as .dxf files (optional).
  • Preserve structure: keep Hub/Project/Folder hierarchy on disk.

Options dialog

  1. Confirm plan. A summary pops up; click OK to start.

  2. Progress dialog shows the current action and allows cancel.

Progress

  1. When complete, a message shows saved/skipped/failed counts. Open the chosen folder to see results. A log file is written to export.log in the output folder.

Finish dialog and log Sample output on Windows


Output Structure

  • If “Preserve structure” is on: Hub/Project/Folder/.../Files
  • If off: everything is saved directly under the chosen output folder.
  • Filenames for design versions include the version number, e.g. Part Name v7.step.
  • Non‑design files (e.g., PDFs) are downloaded in their native extension.

Troubleshooting

  • No options UI appears:
    • Make sure you added the Downloader folder that contains Downloader.manifest.
    • Click refresh in the Scripts and Add‑Ins dialog; remove duplicate copies.
    • Ensure a project is active in the Data Panel.
  • See errors and logs:
    • View > User Interface > Text Commands to see console output.
    • Error popups include Python tracebacks.
    • Check the run log at <your output folder>/export.log.
  • Permission errors when writing:
    • Choose an output folder where you have write access.
    • Close files that may be locked by other apps.
  • Cancel doesn’t stop immediately:
    • The exporter checks for cancellation between units of work; it may take a moment to stop.

Requirements

  • Autodesk Fusion 360 (current version)
  • Network access (to download cloud data)
  • Windows or macOS

License

MIT License. See LICENSE for details.

About

Fusion 360 Bulk Project Files Downloader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages