Files
test/source
Sybren A. Stüvel 075b4c178a Refactor: Anim, clarify a bit of NLA drawing code
Clarify the code in `nla_draw_strip()` by extracting some flags into
booleans, and renaming some variables.

- `solo` is flipped in value, and renamed to `is_other_track_soloed`, as
  this is what is actually modelled by the variable.
- The check for the `NLASTRIP_FLAG_INVALID_LOCATION` flag is stored in a
  `const bool` to aid in debugging.

No functional changes.

Pull Request: https://projects.blender.org/blender/blender/pulls/120828
2024-04-20 11:25:39 +02:00
..
2024-04-19 15:50:26 +10:00