Files
test/source
Martijn Versteegh 3681ed377b Fix #106628: Use correct function to get active uv layer
CustomData_get_active_layer_index() was used by accident. But that
returns the CustomData layer index (in all layers) as opposed to
CustomData_get_active_layer(), which returns the active UV layer.

Pull Request: https://projects.blender.org/blender/blender/pulls/106644
2023-04-06 22:17:19 +02:00
..