Blender  V3.3
Public Attributes | List of all members
BMPartialUpdate Struct Reference

#include <bmesh_mesh_partial_update.h>

Public Attributes

BMVert ** verts
 
BMFace ** faces
 
int verts_len
 
int verts_len_alloc
 
int faces_len
 
int faces_len_alloc
 
BMPartialUpdate_Params params
 

Detailed Description

Cached data to speed up partial updates.

Hints:

Definition at line 31 of file bmesh_mesh_partial_update.h.

Member Data Documentation

◆ faces

BMFace** BMPartialUpdate::faces

◆ faces_len

int BMPartialUpdate::faces_len

◆ faces_len_alloc

int BMPartialUpdate::faces_len_alloc

◆ params

BMPartialUpdate_Params BMPartialUpdate::params

◆ verts

BMVert** BMPartialUpdate::verts

◆ verts_len

int BMPartialUpdate::verts_len

◆ verts_len_alloc

int BMPartialUpdate::verts_len_alloc

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