Files
andrew rodham e176cf13a9 Curve Editor: Fixed curve editor filtering for filter terms separated by periods (.)
- Introduced a new match result utility that keeps track of remaining matched tokens.
  - Filter terms that include periods (.) are now also eligible to be matched non-recursively using a literal match (ie, an entry with the literal label Location.X will be matched by Location.X, but LocationABC.X will not match)
  - Previously, sequencer curve editor filter terms were not being matched recursively. This has been corrected using the new match result utility.

#rb david.bromberg

[CL 36448236 by andrew rodham in 5.5 branch]
2024-09-19 15:45:11 -04:00
..