FBX IO: UVs access with new uv property #104650

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:fbx_update_uvs_api_pr into main 2023-06-26 15:35:52 +02:00

1 Commits

Author SHA1 Message Date
27bab6203d FBX IO: UVs access with new uv property
Blender 3.5 moved UV layers to a generic attribute also accessible from
the new `uv` property of the UV layer. The old API still works for now,
but is slower and may be removed in 4.0, so this patch updates FBX IO to
use the new `uv` property.

There is no performance difference between accessing the UVs through the
foreach_get/set functions of the attribute and the `uv` property.
2023-06-26 03:04:24 +01:00