Blender Git Commit Log

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

2 Modified Paths:

/source/blender/blenkernel/intern/geometry_set_instances.cc (+5, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_join_geometry.cc (+5, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021