Blender Git Loki
Git Commits -> Revision 594ee5f
Revision 594ee5f by Hans Goudey (master) November 5, 2021, 15:55 (GMT) |
Fix T92848: Crash when joining curves with spline domain attributes The point domain attributes (stored on splines) are sorted so they have a consistent order on all splines after the join. However, spline domain attributes were included in the new order, which didn't work because the length of the attribute lists didn't match. The simple fix is to only include point domain attributes in the new order vector. |
Commit Details:
Full Hash: 594ee5f160dd7cbe29d7c406299629ddfacb39ad
Parent Commit: 7c75529
Lines Changed: +10, -4