Skip to content

Releases: architecture-building-systems/revitpythonshell

Installer for Revit 2019

19 Sep 10:58
29891a9
Compare
Choose a tag to compare

Special thanks to @mitevpi (Petr Mitev) for the port to Revit 2019!

Installer for Revit 2018

24 Jul 13:45
Compare
Choose a tag to compare

This installer works with Revit 2018 and 2018.1 as far as I can tell.

Facelift of the main addon menu for RPS 2017 by @eirannejad

06 Apr 09:00
Compare
Choose a tag to compare

Update to IronPython 2.7.7 by @eirannejad

05 Apr 13:32
Compare
Choose a tag to compare

Currently, just the setup for RPS 2017...

RPS installers for PR 44 & 45

07 Mar 14:33
Compare
Choose a tag to compare

This release includes some pull requests from the community:

  • #44 first element convenience variable added (s0 in the default init script is now set to the first element of the selection, if any)
  • #45 Fix for completion error with callables

Thanks to @hdm-dt-fb and @PMoureu repectively.

RPS for Revit 2017 (includes PR #42)

24 Oct 14:05
Compare
Choose a tag to compare

This release adds the functionality of PR #42 - adding the folder an external script is saved to to the search paths of the interpreter.

RPS for Revit 2017 (Bugfix)

29 Jun 09:15
Compare
Choose a tag to compare
Pre-release

RPS for Revit 2017 (bugfix)

23 Jun 08:50
Compare
Choose a tag to compare
Pre-release

I have added a bugfix for the issue Tran Ngoc Hien was having with deploying a startup scripts as an RpsAddin.

RevitPythonShell for Revit 2017

22 Jun 09:30
Compare
Choose a tag to compare
Pre-release

This is the first port to Revit 2017. It might still have some bugs - some testing will be required.

Fixed crashing bug in interactive shell

21 May 07:35
Compare
Choose a tag to compare

The interactive shell was haunted by the bug #24 - basically, auto-completion would trigger a crash of Revit in certain cases.