|
Project Information
Featured
Downloads
Links
|
IntroductionRevitPythonShell exposes the RevitAPI in Autodesk Revit Architecture and Project Vasari to IronPython (python on .NET) scripts. This allows the user to explore the API interactively, without leaving Revit or Vasari. Once your code works, you can save it as a CannedCommand, which will show up in the Revit / Vasari ribbon. Features
Getting StartedDownload the appropriate installer, install, restart Revit / Vasari and get going! You can find sample scripts here:
Get InvolvedTell me about stuff you'd like to see in upcoming releases on the RevitPythonShell group. Add bugs / issues to the Issues page. Download the source, fix it and tell me about it. I'll try to work with you to get it into trunk. Thank you. HistoryCredits(I have yet to create a complete list of all the fine people who have helped me with this...)
NOTE: If you are not on this list, but believe you should be, please contact me! News22.09.2011Special thanks to Zachary Kron and Akimitsu Hogge for helping me finally port to Revit 2012! You can find the installer in the featured downloads section. We now have an installer for Vasari TP2.1 as well, in case you're following Zachs blog and just dying to hack away in Vasari! 02.02.2011I finally got round to adding an AutoCompletionFeature. Hit TAB to see a list of autocompletions. This requires a __completer__ variable to be defined (e.g. in the InitScript), but the new installer includes one by default. Check out the AutoCompletionIntroduction for more information. older newsread more here: OlderNews RequirementsRequirements for the Revit 2012 builds (as of r140)
Requirements for the Revit 2011 builds (as of r72)
Requirements for the Revit 2010 builds (pre r72)
|