Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
This repository was archived by the owner on Jul 6, 2022. It is now read-only.
There was an error while loading. Please reload this page.
The 2015 is loading incorrectly due to an issue in the text file. A tab character is needed at the end of each line before the end-of-line character in the text file. Without the tab Revit cannot interpret the file. The fix is to use RegEx to replace \n with \t\n over the entire file. Perhaps an entry on a Readme or something would be helpful. Thanks for putting these together; they are very useful.