Cleanup: Add comment about edit mesh BMesh ownership
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user