I have an architect that created some different shading options as a design option in the arch model that is linked into my mechanical model all from the ACC.
I have exposed the shade design option in my model, but when I select them and click add from selection in Pollination, nothing happens. I have also selected the linked models in the links drop down at the top but no luck.
If I understand correctly, you have objects that you would like to export as shade that exist in a different design option (not the primary design option).
If that’s the case, I’m afraid you’ll need to open the linked model and try to export them directly after making each design option as the primary. I know it is not ideal, but currently we only export the primary design option.
That being said, I know that supporting design options could be a helpful feature for many AE companies. We will get back to design options after addressing two major refactoring that we are currently working on:
Support exporting linked rooms. This is almost done and we’re fixing some final bugs.
Decouple and redesign the Revit plugin UI and workflow. This will take several months to complete but is a required step before we add any additional complexity to the filtering logic. We’ve built most of the infrastructure already, and we’re getting started with reworking the UI.
2025-03-10 14:41:20.0475|FATAL|pollination_logger|System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at UIDocument.getADocument(UIDocument* )
at Autodesk.Revit.UI.UIDocument.get_Selection()
at Pollination.Revit.RoomManager.ContextShades.ContextShadesModel.GetShadesFromSelection()|System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at UIDocument.getADocument(UIDocument* )
at Autodesk.Revit.UI.UIDocument.get_Selection()
at Pollination.Revit.RoomManager.ContextShades.ContextShadesModel.GetShadesFromSelection()
If that’s the case, can you share the model with us? The easiest way to get around this issue for now would be to open the linked file and try to export the shades directly.
I only get the error that you shared above when I open a new file in Revit, when I had a different model open before. My solution has been to open a new instance of Revit before opening a new Revit model.
I’m getting the same log error when using add from link.
2025-03-10 15:03:16.6702|FATAL|pollination_logger|System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at UIDocument.getADocument(UIDocument* )
at Autodesk.Revit.UI.UIDocument.get_Selection()
at Pollination.Revit.RoomManager.ContextShades.ContextShadesModel.SelectShadesFromLink(List`1 links)|System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at UIDocument.getADocument(UIDocument* )
at Autodesk.Revit.UI.UIDocument.get_Selection()
at Pollination.Revit.RoomManager.ContextShades.ContextShadesModel.SelectShadesFromLink(List`1 links)