Files
test/source/blender/blenkernel/intern
Hans Goudey ac6e854335 Cleanup: Small tweaks to C++ style in lib remap code
- Pass Span by value. It is a small struct, and passed by reference
  it acts as a pointer to a pointer.
- Remove unnecessary `= {}`. Vector has a default constructor.
- Use initializer list Span constructor to avoid temporary array.

Pull Request: https://projects.blender.org/blender/blender/pulls/115635
2023-11-30 23:03:39 +01:00
..
2023-11-14 09:30:40 +01:00
2023-11-29 15:56:17 +11:00
2023-11-21 17:21:10 -05:00
2023-11-20 14:19:16 +01:00
2023-11-04 14:08:13 +11:00
2023-07-04 17:03:02 +02:00
2023-11-28 15:19:20 +11:00
2023-11-22 16:11:32 +01:00
2023-11-14 09:30:40 +01:00
2023-11-30 06:03:18 +01:00