Skip to content

wavelov3r/AutoScreenshots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoScreenshot for Fusion 360

AutoScreenshot is a plugin for Autodesk Fusion 360 that automatically captures screenshots of your project over time. It's ideal for documenting your workflow, creating time-lapse videos, or reviewing your design progress.


✨ Features

  • 📷 Four capture modes:

    • Fusion API-based — Uses Fusion's internal viewport.saveAsImage() (may cause the viewcube to freeze).
    • GDI capture with UI — Captures the entire Fusion window including interface elements.
    • GDI capture without UI — Captures only the modeling area.
    • GDI square no-UI — Captures a square portion of the modeling area, ideal for social media content.
  • Automatic pause and resume:

    • Capture pauses automatically when Fusion is minimized or when you switch to another document.
    • It resumes automatically when the original document is reactivated.
  • 📁 File naming and ordering:

    • Screenshots are saved with filenames based on the current date and time, ensuring alphabetical order.
    • This approach:
      • Prevents duplicate files during multiple capture sessions.
      • Maintains an ordered sequence for time-lapse creation.
      • Facilitates manual editing or trimming before merging.
    • Important: Renaming the files manually is discouraged — tools like ffmpeg rely on the alphabetical order of filenames to merge frames correctly into a video.

📷 Preview

Addin Icon location
Addin Icon location
Pre-Capture settings
Pre-Capture settings
Capture alert (yellow if paused)
Capture alert (yellow if paused)
Stop capture screen
Stop capture screen

🧪 Installation

1. Install AutoScreenshots for Fusion360 on windows

  1. Download the entire zip folder of the package
  2. go to (Win + r, then paste and hit enter): text %APPDATA%\Autodesk\Autodesk Fusion 360\API\AddIns
  3. Extract the package in the folder and delete the -main suffix from the dirname; so the manifest.json is in "%APPDATA%\Autodesk\Autodesk Fusion 360\API\AddIns\Autoscreenshots\manifest.json"
  4. Reload Fusion360

You can now use AutoScreenshots from Fusion360 panels, in Tools-> Addins


▶️ How to use

  1. Open your saved project in Fusion 360.
  2. Launch the add-in from the Tools > Add-Ins panel.
  3. Click Capture to start screenshot recording.
  4. When you're done, re-open the command panel and click Stop to end the session.

Captured images will be stored in the User Images folder inside the Fusion360 Autoscreenshots directory.


📼ffmpeg installation

1. Install FFmpeg on Windows

  1. Download FFmpeg from https://ffmpeg.org/download.html.
  2. Extract the zip to C:\ffmpeg.
  3. Add C:\ffmpeg\bin to your system PATH:
   - Press Win + R, type sysdm.cpl, and press Enter.
   - Go to Advanced > Environment Variables.
   - Under System variables, find Path, click Edit, then New, and add:
     C:\ffmpeg\bin
   - Click OK and restart the terminal or your PC.

You can now use ffmpeg from any terminal or inside the Fusion360 Addin.

🧠 Notes

  • Fusion's internal screenshot function may cause the viewcube to freeze. For consistent results, prefer GDI capture modes.
  • Screenshots are saved in the background without affecting your design process.
  • The plugin automatically handles pauses and resumes based on Fusion's window state and active document.
  • Files are not managed, so YOU NEED TO DELETE IT once done, they are stored into Users Image folder, under Fusion360 AutoScreenshots directory.

📄 License

Personal use only


🧪 DEMO

The demo version includes only one capture mode (it's the worst due to the rotation cube block) and is provided for evaluation purposes.

⚠️ Please note: in the demo version, capture will not automatically resume if:

  • You switch projects in Fusion and then return.
  • You minimize Fusion and later bring it back to focus.

These limitations are removed in the full version.


🔓 FULL VERSION

Unlock the full potential of this tool for just €20.

✅ All capture modes
✅ Automatic resume after app/project focus changes
✅ Support and updates included

💳 Pay via PayPal: Donate

📬 For any questions or to receive the full version after payment, contact me on Telegram: [@ w a v e l o v 3 r]


👨‍💻 Author

Developed for designers and engineers who want to document their 3D workflows.

About

Provide automatic timed screenshots in a Fusion360 Environment, to make timelapse

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages