Skip to content

Revit Batch Processor v1.5.3 Installer

Compare
Choose a tag to compare
@DanRumery DanRumery released this 12 Sep 13:33
· 111 commits to master since this release

Updates:

  • Adds CSV support (thanks to @RyanSchw)
  • Data from any additional columns in the Revit file list can now be accessed from the python task script using revit_script_util.GetAssociatedData(). This function returns a list of strings representing the cell values that were adjacent to the Revit file path currently being processed.
  • The Revit file scan now has the option to ignore Revit backup files (thanks to @vinnividivicci)
  • Support for Revit installations on D: drive (thanks to @vinnividivicci)

Fixes:

  • Improved UI layout algorithm (thanks to @RyanSchw)