Changelog#
The format is based on Keep a Changelog.
[2.9.0]#
Added#
REMIX-5208: Added
CustomTagsFilterPluginandCheckboxGroupFilterPluginbase class with per-tag checkboxes, prim counts, cross-tab selection preservation,FilterCategory.TAGSsupport, and reusable Select All / Deselect All actions for any OR-checkbox filter group
Fixed#
Fixed Additional Filters popup placement, overflow scrolling, and checkbox alignment for custom tag and toggleable filters
[2.8.0]#
Removed#
Removed
GeometryPrimsFilterPlugin— a Lightspeed-specific implementation now owns this plugin name in theStageManagerFactory
[2.7.4]#
Changed#
Updated internal import paths for prim utilities
[2.7.3]#
Fixed#
Fixed Stage Manager filter reset functionality not resetting the filter category
Added#
Added unit tests for AdditionalFilterPlugin
[2.7.2]#
Changed#
Updated tooltip for all toggleable filter plugins to be on the HStack
Updated tooltips for toggleable filter plugins better match their functionality
[2.7.1]#
Changed#
Applied new lint rules
[2.7.0]#
Added#
Added
GeometryPrimsFilterPluginUpdated
AdditionalFilterPluginto use enum for filter categoriesInclude nickname in the search filter
[2.6.4]#
Changed#
Modernize python style and enable more ruff checks
[2.6.3]#
Changed#
Switched to ruff for linting and formatting
[2.6.2]#
Changed#
Updated filter plugin comboboxes to use the correct index for combobox creation
[2.6.1]#
Changed#
Updated the check for filter sorting in AdditionalFilterPlugin
[2.6.0]#
Changed#
Updated
AdditionalFilterPluginto have headers for the different filter typesAdded
InstanceGroupFilterPluginandMeshGroupFilterPlugin
[2.5.0]#
Added#
Added
VisiblePrimsFilterPlugin
[2.4.1]#
Changed#
Changed default value for SearchFilterPlugin
[2.4.0]#
Added#
Added a badge to the Additional Filters button to show the number of modified filters
[2.3.0]#
Added#
Added
AdditionalFilterPlugin
Changed#
Updated
ToggleableUSDFilterPluginto not reverse value for checkbox
[2.2.0]#
Changed#
Updating SearchFilterPlugin with regex matching for Stage Manager filtering
[2.1.1]#
Fixed#
Fixed Test assets to large to work without LFS
[2.1.0]#
Changed#
Update the documentation for Pydantic V2 compatbility
[2.0.0]#
Changed#
Updated Pydantic to V2
[1.6.0]#
Added#
Added
MaterialPrimsFilterPluginfilter plugin
[1.5.0]#
Added#
Added a filter for skeleton interaction tab
[1.4.1]#
Fixed#
Fixed tests flakiness
[1.4.0]#
Changed#
Make set_context_name() an explicit method for plugins
[1.3.0]#
Changed#
Use updated
filter_predicatemethod
[1.2.1]#
Fixed#
Fixed EventSubscription typing
[1.2.0]#
Added#
Added
ToggleableUSDFilterPluginbase filter classAdded
LightPrimsFilterPluginfilter plugin
Changed#
Improved
IgnorePrimsFilterPluginfiltering
Changed#
Refactor
OmniPrimsFilterPluginto inherit fromToggleableUSDFilterPlugin
[1.1.1]#
Added#
Added
context_namefield to the USD base
Fixed#
Fixed dependencies
[1.1.0]#
Added#
Added
IgnorePrimsFilterPluginpluginAdded
OmniPrimsFilterPluginplugin
[1.0.0]#
Added#
Created