Skip to content

pyRevit v5.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 14:22
· 20 commits to develop since this release

Downloads

🔹 See Assets section below for all download options

pyRevit

pyRevit CLI (Command line utility)

git for-each-ref refs/tags/v* --sort=-creatordate --format=%(refname) --count=1
git log --pretty=format:%h %s%n%b%n/ v5.1.0.25094+1017..HEAD

Highlights

  • pyrevit-mcp extension added (@JotaDeRodriguez 🚀 )
  • Add support for 'title:' in the .panel bundle.yaml
  • Preflight Checks: new config mode to export data from the audit all check to csv (and then use in BI tools)
  • int64 fix to support 2026 LongId

Changes

Tools

  • Improved #2704: "Copy Sheets to Open Documents" now preserves detail number
  • Resolved #2691: Color Splasher : Wrong Revit API Class invocation + fixes on the MEP Zones and Spaces behaviour
  • Improved #2716: Preflight Checks: fixed logic issue in Audit All in the model checker
  • Improved #2679: Update Renumber tool to handle multiple open UI Views in the Active UI
  • Resolved #2670: Create worksets for linked elements Fix: Added utf-8 encoding
  • Resolved #2667: Update "Generate Revision Report" Tool to give more control
  • Resolved #2668: Update Create Revised Sheet Set, to Give the users control
  • Resolved #2665: Tool: Font Switcher 🤩
  • Resolved #2644: Add "Associated to Others" to Wipe Family Parameters button
  • Fix on selectFromList by @iorhanV
  • Go Telemetry module update (the whole telemetry is getting externalized in a different repo on the next release hopefully)
  • Fixed Renumber tool

Bundles

  • Resolved #2702: Add support for 'title:' in the .panel bundle.yaml

Extensions

  • Resolved #2637: LibGit2Sharp missing CredentialsProvider fix Thanks for that one @dnenov
  • Quickly Toolbar extension by @tay0thman