architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
492 stars 112 forks source link

RPS 2021 #106

Closed amastrobera closed 3 years ago

amastrobera commented 4 years ago

Dear RPS,

when are you going to release the 2021 version ? v2020 does not work for the new revit. Thank you

Thomas84 commented 4 years ago

it should work if you copy the files ( C:\Program Files (x86)\RevitPythonShell\2020 ) and the addin file ( %userprofile%\AppData\Roaming\Autodesk\Revit\Addins\2020 ) to 2021 folders and adjust the path in the *.addin file to 2021

ArielAmador commented 3 years ago

my friend did what he indicated and I get an error, announcing that a part of the path is missing referring a * .xml file

Thomas84 commented 3 years ago

an error, announcing that a part of the path is missing referring a * .xml file

which xml file exactly? can you please show us an screenshot or copy the complete error message

ArielAmador commented 3 years ago

Thanks friend for the concern, but I already solved it, what I had to do was change the name of the folder that the installation creates in "C: \ Users \ ***** \ AppData \ Roaming \ RevitPythonShell \ 2020" and put 2021, that solves the problem. For more information see the following link, referring to revit 2017 but which works for revit 2021: https://github.com/architecture-building-systems/revitpythonshell/issues/63

El mié., 26 ago. 2020 a las 15:40, Thomas Vogt (notifications@github.com) escribió:

an error, announcing that a part of the path is missing referring a * .xml file

which xml file exactly? can you please show us an screenshot or copy the complete error message

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/architecture-building-systems/revitpythonshell/issues/106#issuecomment-681084128, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIV446U7CZHPBT7RVOVEVGLSCVQKHANCNFSM4MS4UZTA .

jeremytammik commented 3 years ago

I found it easy to install the Revit 2020 version for Revit 2021. I copied the add-in manifest RevitPythonShell.addin from C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2020 to C:\Users\jta\AppData\Roaming\Autodesk\Revit\Addins\2021 and made a copy of the entire contents of C:\Users\jta\AppData\Roaming\RevitPythonShell\2020, copying that to a new directory C:\Users\jta\AppData\Roaming\RevitPythonShell\2021.

amastrobera commented 3 years ago

works for me like it does for Jeremy.