Blender V5.0
BMPartialUpdate Struct Reference

#include <bmesh_mesh_partial_update.hh>

Public Attributes

blender::Vector< BMVert * > verts
blender::Vector< BMFace * > faces
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 37 of file bmesh_mesh_partial_update.hh.

Member Data Documentation

◆ faces

◆ params

◆ verts


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