Releases: architecture-building-systems/revitpythonshell
Facelift of the main addon menu for RPS 2017 by @eirannejad
See PR #50. Thank you Ehsan!
Update to IronPython 2.7.7 by @eirannejad
Currently, just the setup for RPS 2017...
RPS installers for PR 44 & 45
RPS for Revit 2017 (includes PR #42)
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)
More bugfixes for the 2017 port. See thread: https://groups.google.com/forum/#!topic/revitpythonshell/GpmwJAXZ1yw
RPS for Revit 2017 (bugfix)
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
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
The interactive shell was haunted by the bug #24 - basically, auto-completion would trigger a crash of Revit in certain cases.
Added RevitLookup support
This release adds RevitLookup support to the RPS interactive shell by means of the init.py
script. Just use lookup(element)
or lookup(elementid)
and the RevitLookup form will open for that element.
Port to Autodesk Revit 2016
RevitPythonShell now runs on Autodesk Revit 2016.