Files
test2/source/blender/blenkernel/intern
Bastien Montagne 0455dbcb4b Fix #129900: GPv3: Invalid handling of unused drawings removal.
Code detecting unused drawings and swapping them with a used one would
fail in a most basic case, leading to invalid state down the line:

```
[used_drawing, unused_drawing]
```

`unused_drawing` was not properly removed, as it is expected.

NOTE: Added an extra assert on (presumably) expected conditions of the
drawing indices and drawings array at the end of the process.

Co-authored-by: Lukas Tönne <lukas@blender.org>
2024-11-07 15:40:57 +01:00
..
2024-07-29 23:10:49 -04:00
2024-01-30 14:42:13 -05:00
2024-10-01 09:59:33 +10:00
2024-09-21 16:22:52 +10:00
2024-08-29 17:16:42 +10:00
2024-09-10 13:41:01 +02:00
2024-09-29 08:47:37 +02:00
2024-08-22 17:05:48 +02:00
2024-08-04 13:45:06 +10:00