Blender  V2.93
Public Attributes | List of all members
BMLogEntry Struct Reference

Public Attributes

struct BMLogEntrynext
 
struct BMLogEntryprev
 
GHashdeleted_verts
 
GHashdeleted_faces
 
GHashadded_verts
 
GHashadded_faces
 
GHashmodified_verts
 
GHashmodified_faces
 
BLI_mempoolpool_verts
 
BLI_mempoolpool_faces
 
BMLoglog
 

Detailed Description

Definition at line 48 of file bmesh_log.c.

Member Data Documentation

◆ added_faces

GHash* BMLogEntry::added_faces

◆ added_verts

GHash* BMLogEntry::added_verts

◆ deleted_faces

GHash* BMLogEntry::deleted_faces

◆ deleted_verts

GHash* BMLogEntry::deleted_verts

◆ log

BMLog* BMLogEntry::log

◆ modified_faces

GHash* BMLogEntry::modified_faces

◆ modified_verts

GHash* BMLogEntry::modified_verts

◆ next

struct BMLogEntry* BMLogEntry::next

◆ pool_faces

BLI_mempool* BMLogEntry::pool_faces

Definition at line 68 of file bmesh_log.c.

Referenced by bm_log_entry_create(), bm_log_entry_free(), and bm_log_face_alloc().

◆ pool_verts

BLI_mempool* BMLogEntry::pool_verts

Definition at line 67 of file bmesh_log.c.

Referenced by bm_log_entry_create(), bm_log_entry_free(), and bm_log_vert_alloc().

◆ prev

struct BMLogEntry * BMLogEntry::prev

Definition at line 49 of file bmesh_log.c.

Referenced by BM_log_entry_drop(), BM_log_from_existing_entries_create(), and BM_log_undo().


The documentation for this struct was generated from the following file: