Blender V5.0
DynamicPaintRuntime Struct Reference

Public Attributes

Meshcanvas_mesh = nullptr
Meshbrush_mesh = nullptr
blender::Mutex brush_mutex

Detailed Description

Stored in ModifierData.runtime.

Definition at line 126 of file dynamicpaint.cc.

Member Data Documentation

◆ brush_mesh

Mesh* DynamicPaintRuntime::brush_mesh = nullptr

◆ brush_mutex

blender::Mutex DynamicPaintRuntime::brush_mutex

Multiple threads may access brush_mesh so locking is needed to ensure access is thread safe, see: #143958.

Definition at line 133 of file dynamicpaint.cc.

Referenced by dynamicPaint_Modifier_apply(), and dynamicPaint_Modifier_free_runtime().

◆ canvas_mesh

Mesh* DynamicPaintRuntime::canvas_mesh = nullptr

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