Skip to content

An IronPython scripting environment for Autodesk Revit and Vasari

License

Notifications You must be signed in to change notification settings

SoftBIM/revitpythonshell

This branch is 92 commits behind architecture-building-systems/revitpythonshell:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

59c1392 · Jun 8, 2020
Sep 14, 2011
Jan 19, 2020
Jan 19, 2020
May 30, 2013
Feb 29, 2012
May 30, 2013
Jan 19, 2020
Jun 8, 2020
Jun 8, 2020
May 30, 2013
No commit message
Jun 9, 2010
Jan 30, 2018
May 8, 2014
Jan 27, 2020
Jan 17, 2020
Jan 19, 2020
Jan 19, 2020
Jan 19, 2020
Jan 19, 2020
Jan 19, 2020
Jan 19, 2020
Jan 19, 2020
Mar 6, 2018
Mar 6, 2018
Mar 6, 2018
Mar 6, 2018
Mar 6, 2018

Repository files navigation

RevitPythonShell

The RevitPythonShell adds an IronPython interpreter to Autodesk Revit and Vasari.

The RevitPythonShell (RPS) lets you to write plugins for Revit in Python, my favourite scripting language! But even better, it provides you with an interactive shell that lets you see the results of your code as you type it. This is great for exploring the Revit API while writing your Revit Addins - use this in combination with the RevitLookup database exploration tool to become a Revit API Ninja :)

Features

  • interactive IronPython interpreter for exploring the API
    • with syntax highlighting
    • autocompletion (press CTRL+SPACE after a period)
    • based on the IronLab project
  • batteries included! (Python standard library is bundled as a resource in the RpsRuntime.dll)
  • full access to the .NET framework and the Revit API
  • configurable "environment" variables that can be used in your scripts
  • save "external scripts" for reuse and start collecting your awesome hacks!
  • run scripts at Revit startup
  • deploy scripts as standalone Revit Addins
  • lookup() function for snooping Element, ElementSet and ElementId objects in RevitLookup

Installation

Older versions:

Contribute

Support

Getting started:

Learn some python:

Learn about the Revit API:

Tutorials recommended by the community:

You can find sample scripts here:

License

This project is licensed under the terms of the MIT License.

Credits

  • Daren Thomas (original version, maintainer)
  • Zachary Kron (original port to Vasari)
  • Akimitsu Hogge (original port to Vasari)
  • Joe Moorhouse (interactive shell was taken from his project IronLab)
  • Jason Schaeffer (port to Revit 2011)
  • Ehsan Iran-Nejad (@eirannejad) countless improvements, the awesome pyRevit tool and a special thanks for helping maintain RPS!
  • @DanRumery improved autocompletion with PR #59
  • Petr Mitev (@mitevpi) ported to Revit 2019 with RP #86
  • Alvaro Ortega Pickmans (@alvpickmans) refactor to sdk csproject and release for Revit 2020 PR #101
  • @hdm-dt-fb added set_font_sizes function for presenting RPS (PR #77)
  • many, many users with questions, bug reports etc!

Also, many thanks to the Chair for Architecture & Building Systems for making this project possible.

NOTE: If you are not on this list, but believe you should be, please contact me!

About

An IronPython scripting environment for Autodesk Revit and Vasari

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 86.5%
  • Inno Setup 10.1%
  • Python 1.8%
  • AutoIt 1.6%