Blender V4.3
BMPartialUpdate Struct Reference

#include <bmesh_mesh_partial_update.hh>

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:

  • Avoid creating this data for single updates, it should be created and reused across multiple updates to gain a significant benefit (while transforming geometry for example).
  • Partial normal updates use face & loop indices, setting them to dirty values between updates will slow down normal recalculation.

Definition at line 33 of file bmesh_mesh_partial_update.hh.

Member Data Documentation

◆ faces

◆ faces_len

◆ faces_len_alloc

◆ params

◆ verts

◆ verts_len

◆ verts_len_alloc


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