Cleanup: Rename mesh custom data fields #110432

Merged
Hans Goudey merged 1 commits from HooglyBoogly/blender:mesh-custom-data-rename into main 2023-07-25 21:15:59 +02:00

1 Commits

Author SHA1 Message Date
Hans Goudey c0e116829e Cleanup: Rename mesh custom data fields
buildbot/vexp-code-patch-coordinator Build done. Details
Implements the rest of #101689, after 5e9ea9243b.

- `vdata` -> `vert_data`
- `edata` -> `edge_data`
- `pdata` -> `face_data`
- `ldata` -> `loop_data`

A deeper rename of `loop` to `corner` will be proposed as a next
step, and renaming `totvert` and `totedge` can be done separately.
2023-07-24 17:22:40 -04:00