CadRev – a free Fusion add-in for revision & release management (feedback welcome)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I kept running into the same thing in Fusion: it versions every save, but
there's no controlled *release* state — so projects drift into
bracket_final_final_v3.f3d. Vault / Fusion Manage felt too heavy and pricey
for a small shop or solo work.
So I built an add-in — CadRev — that adds revision/PDM management right inside
the Fusion panel. Three things I focused on:
- Local storage: all CAD files + metadata live in a folder on your own machine
(SQLite), no cloud lock-in.
- Versioning / release states: each part has a state (WIP → Released →
Obsolete). Released parts are locked; changing one forces a new revision with
a comment, so the history stays clean.
- Batch export: export multiple parts at once to STEP/STL/3MF/IGES… into a
folder.
It also auto-assigns part numbers. Free up to 10 active parts, Mac + Windows:
https://cadrev.de/?utm_source=autodesk-forum
Full disclosure: it's my own add-in, solo-built. I'm posting here mainly for
honest feedback from people who actually live this workflow — does the
release/versioning model fit how you work? What's missing or annoying? Happy to
answer anything technical about how it talks to the Fusion API.