Revit 2022 support

Hi,

Revit 2022 is released. However I don’t see speckle in Revit 2022 in “Add ins” toolbar. Is it something easy to add it (for example a change in an if command) even in beta mode ? I will do the testing.

Best,
Dimitrios

Hey @Dimitrios.Ververidis, thanks for asking! Could you try installing the 2.1.9-beta version of the connector? We have just released it and will soon make a stable release as well.

2 Likes

Does not seem to work. I do not have any elements pipe

Could not load type ‘Objects.BuiltElements.Pipe’ from assembly ‘Objects, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null’.
at Objects.Converter.Revit.ConverterRevit.ConvertToSpeckle(Object object)
at Speckle.ConnectorRevit.UI.ConnectorBindingsRevit.d__9.MoveNext() in C:\Users\circleci\project\ConnectorRevit\ConnectorRevit\UI\ConnectorBindingsRevit.Send.cs:line 85

It seems like the Objects library wasn’t updated correctly… Could you:

  • close Revit (and other apps with Speckle installed)
  • uninstall the Revit connector
  • re-install the Revit connector 2.9-beta?
2 Likes

Hi,

I’m trying to integrate Speckle.Objects.Converter.Revit2022 into my solution, but I can’t find the package on nuget. Is it out yet? I can find Speckle.Objects.Converter.Revit2019 to Revit2021

Thnx

Right, I see we forgot to add that poroject to the Objects solution and so the nuget wasn’t being built automatically. I’ve fixed it now and a version should be available soon!

Thank you Matteo, seems I will be the first to use it :slight_smile:

2 Likes