jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Revit 2025 - Allow Multiple Selection #226

Open ricaun opened 1 month ago

ricaun commented 1 month ago

When Snoop Face, Snoop Edge, Snoop Point and Snoop Linked the Allow Multiple Selection ribbon panel appear.

RevitLookup - Allow Multiple Selection - 2024-04-30 14-58-17

That's a Revit 2025 UI issue, here is a forum reference: https://forums.autodesk.com/t5/revit-api-forum/weird-allow-multiple-selection-revit-api-2025/td-p/12731348

Nice3point commented 1 month ago

Hi Luiz. This issue is related to the Revit API, not RevitLookup. PickObject is also used here: https://github.com/jeremytammik/RevitLookup/blob/47a4cb64e469b1e937345417d5d139b1b04f4ead/source/RevitLookup/Core/Selector.cs#L175

Waiting for fixes from the Revit team