Files
test/source
YimingWu 63d77f028f Fix #147097: Prevent crash when joining meshes with different shape keys
In 113d91aba8 the mesh joining operator is
largely rewritten but the `join_positions_and_shape_keys` part didn't
supply valid `bmain` and `id` for `BKE_key_add` which leads to crash.
Now fixed by supplying correct arguments.

Pull Request: https://projects.blender.org/blender/blender/pulls/147101
2025-10-01 15:17:47 +02:00
..