architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
492 stars 112 forks source link

Added Revit 2019 Installer & Recompiled for 2019 API. #86

Closed mitevpi closed 5 years ago

mitevpi commented 5 years ago

I've always found the Revit Python Shell to be exceptionally useful, so I wanted to help out. Here is what I've done:

  1. Added Revit 2019 .iss script & compiled Revit 2019 installer.
  2. Updated Revit API references to the lastest 2019 .dll.
  3. Tested installation and execution.

I tried to match the format of the repo, but please let me know if there are any changes which would be useful.

daren-thomas commented 5 years ago

@mitevpi this is so cool! i'm busy installing all the stuff required to give this a spin! hope to merge soon!

thank you <3

daren-thomas commented 5 years ago

@mitevpi thank you so much! I made a few small changes to the project files (they need to be edited manually to keep old references and target frameworks still accessible to older build configurations as far as I can tell) and added you to the credits. WOOHOO! This is RPS 2019!

mitevpi commented 5 years ago

@daren-thomas thanks for the review and changes. looking forward to continuing to contribute!