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

Public Attributes

struct RangeTreeUInt * unused_ids
 
GHashid_to_elem
 
GHashelem_to_id
 
ListBase entries
 
BMLogEntrycurrent_entry
 

Detailed Description

Definition at line 80 of file bmesh_log.c.

Member Data Documentation

◆ current_entry

BMLogEntry* BMLog::current_entry

Definition at line 107 of file bmesh_log.c.

◆ elem_to_id

GHash* BMLog::elem_to_id

Definition at line 94 of file bmesh_log.c.

◆ entries

ListBase BMLog::entries

Definition at line 97 of file bmesh_log.c.

◆ id_to_elem

GHash* BMLog::id_to_elem

Definition at line 93 of file bmesh_log.c.

◆ unused_ids

struct RangeTreeUInt* BMLog::unused_ids

Definition at line 82 of file bmesh_log.c.


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