Files
test/source
YimingWu fec8591464 Fix #126278: Missing finish() call joining .sculpt_face_set
In `mesh_join_offset_face_sets_ID()`, `.sculpt_face_set` is
modified but the `finish()` call wasn't present on the
`SpanAttributeWriter`, leading to warnings and potentially broken
data. This is now fixed.
2024-08-14 11:34:19 +08:00
..