|
Blender V5.0
|
Public Attributes | |
| Mesh * | canvas_mesh = nullptr |
| Mesh * | brush_mesh = nullptr |
| blender::Mutex | brush_mutex |
Stored in ModifierData.runtime.
Definition at line 126 of file dynamicpaint.cc.
Definition at line 128 of file dynamicpaint.cc.
Referenced by dynamicPaint_Modifier_apply(), and dynamicPaint_Modifier_free_runtime().
| 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().
Definition at line 127 of file dynamicpaint.cc.
Referenced by canvas_copyMesh(), dynamicPaint_canvas_mesh_get(), and dynamicPaint_Modifier_free_runtime().