|
Blender V4.5
|
Public Attributes | |
| float | flow |
| float4 | wet_mix_prev_color |
| float | wet_mix |
| float | wet_persistence |
| std::optional< float > | density_seed |
| float | density |
| Array< float4 > | mix_colors |
| Array< float4 > | prev_colors |
Definition at line 310 of file sculpt_intern.hh.
| std::optional<float> blender::ed::sculpt_paint::StrokeCache::[struct].paint_brush density_seed |
| Array<float4> blender::ed::sculpt_paint::StrokeCache::[struct].paint_brush mix_colors |
Used by the color attribute paint brush tool to store the brush color during a stroke and composite it over the original color.
| Array<float4> blender::ed::sculpt_paint::StrokeCache::[struct].paint_brush prev_colors |
| float4 blender::ed::sculpt_paint::StrokeCache::[struct].paint_brush wet_mix_prev_color |
| float blender::ed::sculpt_paint::StrokeCache::[struct].paint_brush wet_persistence |