Revision and transmittal management, inside AutoCAD
Bulk revisions, plotting and transmittals across a whole folder of AutoCAD drawings, without leaving AutoCAD.
The problem
Revit has native tools for revisions, sheets and plotting. AutoCAD has none of that, so managing an issue is manual. And it is made harder by how differently teams work: some keep one drawing per file, so several people can work a project at once, some use layouts, most do a mix. Whatever the structure, someone spends hours every issue cycle opening files one by one, hand-editing revisions in title blocks, plotting to PDF, renaming, and assembling the transmittal, usually against a side spreadsheet that is easy to get out of step.
What I built
I built a plugin that reads every drawing in a folder and pulls the details straight from the title blocks, number, title, status, revision, date, into a single view. From there you select the drawings you want and bulk rev them up, plot the set to PDF, and prepare the transmittal, ready to hook into a CDE like ACC or Aconex.
It is part of a larger set I built for the team, generating Xrefs, creating drawings from a drawing list, and so on, all shaped around how they actually run a project.
What makes this work
Instead of opening files to find out where each drawing sits, the plugin reads every title block across the whole folder at once, and it works the same whether the team keeps one drawing per file or many layouts in one. That folder scan is what makes the rest possible, adapting to how they already work rather than forcing a structure on them.
What changed
The whole issue cycle, revise, plot, transmit, happens across the full drawing set at once from inside AutoCAD, instead of file by file by hand. And because everyone drives it the same way, the process stops depending on who is doing it.
Notes on maintainability
It is part of a larger set built for the team, generating Xrefs and creating drawings from a drawing list, so the revision and transmittal steps match how they actually run a project.