Page MenuHome

Add missing RNA text for the MeshUVLoop struct
ClosedPublic

Authored by Damien Picard (pioverfour) on Aug 29 2022, 12:32 AM.

Details

Summary

The structures in rna_mesh.c all had a UI text which showed up in the
animation editors, except for MeshUVLoop.

Diff Detail

Event Timeline

Damien Picard (pioverfour) requested review of this revision.Aug 29 2022, 12:32 AM
Damien Picard (pioverfour) created this revision.
This revision is now accepted and ready to land.Aug 29 2022, 2:37 PM
Bastien Montagne (mont29) requested changes to this revision.Aug 29 2022, 2:40 PM

Actually, we do not use the name 'loop' in the UI, either we avoid all together, or use 'face corner', which is more descriptive, less cryptic for user.

source/blender/makesrna/intern/rna_mesh.c
2304

Mesh UV Layer

2304

Layer of UV coordinates in a Mesh data-block

This revision now requires changes to proceed.Aug 29 2022, 2:40 PM
Damien Picard (pioverfour) retitled this revision from Add missing Mesh UV Loop RNA text to Add missing RNA text for the MeshUVLoop struct.
Damien Picard (pioverfour) edited the summary of this revision. (Show Details)

Use proper terminology

This revision is now accepted and ready to land.Aug 29 2022, 3:03 PM