API for selection filter list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm currently thinking about writing another UI fix add-in to make selection filtering better. The selection priority dialog is awesome, but it doesn't seem to allow resetting the filter to Select All, which you need to do with three quite-precise clicks and which cannot be assigned to a keyboard shortcut. Another use case for this is adding custom selection filter presets such as Profiles to make creating extrusions easier in crowded models.
So I was thinking about making such a keyboard shortcut, but I can't seem to find any sort of API to manipulate the user's selection filters. The UserInterface.activeSelections gets all the selections, but it does not appear to expose any sort of functionality to access the selection filters (the ones in Select>Selection Filters).