tornavis/source/blender/python
Hans Goudey efbee2d606 Mesh: Rename totvert, totedge, and totloop fields
Use the standard "elements_num" naming, and use the "corner" name rather
than the old "loop" name: `verts_num`, `edges_num`, and `corners_num`.
This matches the existing `faces_num` field which was already renamed.

Pull Request: https://projects.blender.org/blender/blender/pulls/116350
2023-12-20 02:21:48 +01:00
..
bmesh Mesh: Rename MLoopTri variable names, and functions 2023-12-19 14:57:49 +01:00
generic ID properties: Support enum values with items 2023-12-15 10:20:44 +01:00
gpu Cleanup: various C++ changes (use ELEM & string copy macros) 2023-12-17 16:25:10 +11:00
intern Fix #116297: Context override error passing in a window without a screen 2023-12-19 11:09:28 +11:00
mathutils Mesh: Rename totvert, totedge, and totloop fields 2023-12-20 02:21:48 +01:00
BPY_extern.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
BPY_extern_clog.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
BPY_extern_python.h PyAPI: free internal Python data using sys.exit(..) 2023-09-19 15:50:41 +10:00
BPY_extern_run.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
CMakeLists.txt License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
rna_dump.py License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00