I have started this thread as a "go to" point for the latest RFO Ribbon Addin. The attachments are identical to the ones I posted in the "Coding the app" thread.
This initial version is fully functioning (except for the "Manage Addins" tool). I am planning a blog post with a detailed explanation of the files and how to add/remove individual commands, etc.
Basic install instructions are:
FYI the default location of the Revit "Addins" folder on Vista is:
C:\Users\%username%\AppData\Roaming\Autodesk\REVIT \Addins\2012
and on XP is:
C:\Documents and Settings\%username%\Application Data\Autodesk\REVIT\Addins\2012
You do not need to download the "RFO_RibbonAddins_Source.zip" unless you want to look at the underlying c# code.
Please post any bugs in the "bugs" thread and suggestions in the "suggestions" thread rather than here.
Note that once all items are unpacked (unzipped) on your machine you will need to "unblock" each dll file, see Jose's post below.
This initial version is fully functioning (except for the "Manage Addins" tool). I am planning a blog post with a detailed explanation of the files and how to add/remove individual commands, etc.
Basic install instructions are:
- Unzip the "RfoRibbon.zip" file to a location on your computer (e.g. "C:\RFO Ribbon Addins").
- Unzip the "RFO_RibbonAddins.zip" file to the Revit "Addins" folder.
- Edit the "Assembly" parameter in the RFO_RibbonAddins.addin manifest to point to the location from step 1 above.
FYI the default location of the Revit "Addins" folder on Vista is:
C:\Users\%username%\AppData\Roaming\Autodesk\REVIT \Addins\2012
and on XP is:
C:\Documents and Settings\%username%\Application Data\Autodesk\REVIT\Addins\2012
You do not need to download the "RFO_RibbonAddins_Source.zip" unless you want to look at the underlying c# code.
Please post any bugs in the "bugs" thread and suggestions in the "suggestions" thread rather than here.
Note that once all items are unpacked (unzipped) on your machine you will need to "unblock" each dll file, see Jose's post below.
Comment