Files
test2/source/blender/blenkernel
Hans Goudey 5525e5b942 Fix #107480: Crashes in mesh format conversion for old files
There were a few issues, but they mostly came from the fact that some
versioning was done in the "after linking" versioning, which came after
the regular legacy mesh conversion. Also, the `MFace` array wasn't
necessarily part of CustomData for some very old files.

The `BKE_mesh_strip_loose_faces` function was moved because it now
uses the deprecated `me->mface` pointer.
2023-05-01 11:33:42 -04:00
..
2022-11-01 12:24:58 +11:00
2022-11-12 18:33:31 +01:00
2023-04-05 14:39:51 +10:00
2023-03-13 11:57:03 +01:00
2023-04-26 16:14:07 +10:00
2022-10-05 13:48:01 -05:00
2023-03-03 10:09:20 +11:00
2023-04-13 13:13:56 +10:00
2023-04-12 11:24:10 +10:00
2023-04-05 15:30:32 +02:00
2023-04-21 19:08:44 +02:00