Files
test/source/blender/blenkernel/intern
Christoph Lendenfeld 69943f65c7 Refactor: replace BLI_BITMAP with blender::BitVector in keyframing.cc
No functional changes.

This PR replaces the uses of the C-style `BLI_BITMAP`
with `blender::BitVector` in `keyframing.cc`.

Note that in `BKE_animsys_nla_remap_keyframe_values` I had to
add code that maps from one to the other because I don't feel
comfortable ripping out the `BLI_BITMAP` from
`NlaEvalChannelSnapshot->remap_domain`

Pull Request: https://projects.blender.org/blender/blender/pulls/118957
2024-03-01 15:41:53 +01:00
..
2024-01-30 14:42:13 -05:00
2024-02-29 22:04:23 +11:00
2024-02-26 19:36:10 +01:00
2024-02-23 15:35:31 +01:00
2024-01-30 14:42:13 -05:00
2024-01-31 14:04:56 -05:00
2024-02-26 10:23:52 +11:00
2024-02-22 22:40:46 +11:00
2024-01-19 20:29:38 +01:00
2024-01-19 14:32:28 +01:00
2024-02-27 23:09:54 -05:00