[Release] Exporter-X: Free Batch Exporter Add-In for 3D Designs & 2D Drawings

[Release] Exporter-X: Free Batch Exporter Add-In for 3D Designs & 2D Drawings

2211601316
New Member New Member
42 Views
0 Replies
Message 1 of 1

[Release] Exporter-X: Free Batch Exporter Add-In for 3D Designs & 2D Drawings

2211601316
New Member
New Member

Hi everyone,

I wanted to share a free, open-source Add-In I developed called Exporter-X.

I noticed a gap where mass-exporting 2D drawing documents (.f2d) to PDF/DXF locally is quite tedious, as most existing community scripts focus purely on 3D models.

Features:

  • Folder Mode: Select a project/subfolder, and it recursively batch-exports all 3D designs (STEP/STL/OBJ) or 2D Drawings (PDF/DXF/DWG) inside it.
  • CSV Mode: Feed it a CSV list of filenames, and it will scan the data tree and export only the matches.
  • Safe Execution: Built with strict DRY principles, error logging, and duplicate-handling to ensure Fusion remains stable during heavy batch loads.

It hooks directly into the adsk.core.Application.get().data API to trace folders dynamically based on your active document.

You can download it and view the source code here: https://github.com/thecuriousrohan/Exporter-X

I'd love any feedback from the API veterans here on the code architecture, or if you have suggestions for feature additions!

43 Views
0 Replies
Replies (0)