This is a repository for Autodesk Revit incorporating various useful tools used in professional work.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Please clone or download the repository and unzip to your desired location.
- Go to your pyRevit toolbar(must have pyRevit installed) and add the unzipped location to the 'Custom Extension Directories'.
- Click the 'Save Settings and Reload'
- A custom toolbar should appear in your Revit, please ignore any warnings because the tool is still under development.
Deployment and update on a large scale is recommended by using a server based read only location for the location to host this repository. Use a .bat file or any other desired methods in the background to modify the ini file located in each user's Revit Plugin Folder:
Autodesk Revit addins are generally loaded from the following locations.
User Addins:
%appdata%\Autodesk\Revit\Addins\
Machine Addins (for all users of the machine):
C:\ProgramData\Autodesk\Revit\Addins\
Addins packaged for the Autodesk Exchange store:
C:\ProgramData\Autodesk\ApplicationPlugins\
Autodesk servers and services:
C:\Program Files\Autodesk\Revit 2016\AddIns\
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. Please contact [email protected] to get permission.
This project will use SemVer for versioning after all milestones are complete. For the versions available, see the tags on this repository.
- Mengfan Lou - Author - lmengfan
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details
- Ehsan Iran-Nejad This work is mostly based on his work on pyRevit.
- Revit API docs Revit API documentation site is used for reference.
- Gui Talarico Revit Python Wrapper Library.
- Daren Thomas Revit Python Shell was used for most of the testing work.
Melca's button is Melca's!