Revit Addin folder location
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Autodesk Revit addins are generally loaded from the following locations. | |
User Addins: | |
%appdata%\Autodesk\Revit\Addins\ | |
%appdata%\Autodesk\ApplicationPlugins\ | |
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\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment