When accessing UVmaps from python in BMesh, the UVmap name/index was ignored and the active UVmap always used. This fixes this by passing the layer index to the underlying CustomData function. Pull Request: blender/blender#106537
When accessing UVmaps from python in BMesh, the UVmap name/index was ignored and the active UVmap always used. This fixes this by passing the layer index to the underlying CustomData function. Pull Request: blender/blender#106537