Files
test/source/blender/bmesh
Hans Goudey fd76bfdd46 Fix #146350: Mesh edit "reverse/rotate colors" crash
MeshRuntime was null but required by the implementation
of the attribute API. This code is much hackier than necessary
anyway and should just use BMesh CustomData directly rather
than trying to be clever.

Also part of #122398.

Pull Request: https://projects.blender.org/blender/blender/pulls/146674
2025-09-24 17:10:48 +02:00
..