Cleanup: Add comment about edit mesh BMesh ownership

This commit is contained in:
Hans Goudey
2024-05-20 10:00:31 -04:00
parent 4e622fbccd
commit 1efbc78b0d

View File

@@ -40,6 +40,7 @@ struct Scene;
* #Mesh.runtime.edit_mesh stores a pointer to this structure.
*/
struct BMEditMesh {
/* Always owned by an original mesh in edit mode. */
BMesh *bm;
/**