Skip to content

Releases: pyrevitlabs/pyRevit

pyRevit CLI v0.11.0

27 May 21:23
Compare
Choose a tag to compare

Misc improvements

pyRevit v4.6.22

20 May 16:56
Compare
Choose a tag to compare
  • Resolved #601: The core now does a better job at finding installed framework dlls instead of shipping everything.

pyRevit v4.6.21

19 May 18:48
Compare
Choose a tag to compare

IMPORTANT

This release includes recompiled/renamed dependencies to resolve conflicts with other thirdparty addons and might break your tools. Check installation before deploying to your teams.

Changes:

  • Resolved #596 #525
  • Resolved dependency issues with MahApps.Metro and Newtonsoft.json by renaming the namespace and recompiling these modules under pyRevitLabs.MahAppsMetro and pyRevitLabs.Json
  • Added new Revit versions
  • Fixed issues matching parameters with empty values in "Match Properties"
  • Added support to match View properties to "Match Properties"
  • Improved FamilyQuickCheck (Exception handling and better reporting)
  • Merged pyrevit python module from develop branch.
  • Merged CPython from develop branch officially bringing cpython to pyRevit
  • Merged new CLI (v0.10) from develop branch: New CLI has better help, can export pyrevit env results to a json object for your logging systems. It also cleaned up many extra binaries and files inside bin/ for smaller deployments.
  • Modified the merged PR for pyrevit run that would copy all existing addons into the temp run environment. New CLI has an --import=<dir> switch that allows importing a curated list of addons and other static resources into the temp run environment.
  • Added example .run extension.
  • Added "Compare elements" tool
  • Protected Package and Tags tools on family documents
  • Fixed broken Keynote tool on IronPython 2.7.3
  • Various misc improvements

pyRevit CLI v0.10.0

19 May 19:24
Compare
Choose a tag to compare
  • Merged new CLI (v0.10) from develop branch: New CLI has better help, can export pyrevit env results to a json object for your logging systems. It also cleaned up many extra binaries and files inside bin/ for smaller deployments.

  • Modified the merged PR for pyrevit run that would copy all existing addons into the temp run environment. New CLI has an --import=<dir> switch that allows importing a curated list of addons and other static resources into the temp run environment.

pyRevit v4.6.20

12 May 19:37
Compare
Choose a tag to compare
  • Resolved #557 #558 #551 #571
  • Built and tested on Revit 2020 (<=2020.0.1)
  • Fixed keynote tree sorting issue
  • Fixed issue with resetting VG on grouped elements
  • Added "Create Parallel Section" tool
  • Added "Match Property" tool
  • Added "Cycle family types" tool
  • Added family type and param maker tool

pyRevit v4.6.19

17 Mar 19:32
Compare
Choose a tag to compare

Implemented/Fixed #543 #313 #545
Misc improvements

pyRevit CLI v0.9.7

17 Mar 19:29
Compare
Choose a tag to compare

Fixed issue #543

pyRevit v4.6.18

10 Mar 00:26
Compare
Choose a tag to compare
  • Implemented #484 #533 #535 #525 & #538
  • Added support for Revit 2019.2.1
  • Added rotation and mirroring to pattern maker
  • Fixed incorrect help urls on splitbuttons
  • Improved Convert Line Styles
  • Added "Copy Help Url" to Shift+Win button click menu
  • Misc spelling, tooltips, and url corrections

pyRevit CLI v0.9.6

10 Mar 00:26
Compare
Choose a tag to compare

pyRevit v4.6.17

02 Mar 18:15
Compare
Choose a tag to compare
  • Added support for sheet ordering parameter in package manager
  • Select from list now works with double-clicking as well
  • Resolved #530 #534 #535 (partly)

Keynote Manager Improvements:

  • Implemented alphanumeric sorting in Keynote manager re #529
  • Added referring view names to reference counter in Keynote manager
  • Adjusted reference count to be less prominent
  • Revised keynote tag type selector for less clicks
  • Edited keynote editor window to use a templating system. More options will be available in configs soon
  • Added more keynote search filters
  • Added a Current-View-Only filter to keynote manager too filter by keynotes visible in current view.