|
Blender V5.0
|
Public Attributes | |
| float | radius |
| int64_t | squared_radius |
| float | opacity |
| bool | hard_erase {false} |
Definition at line 105 of file grease_pencil_erase.cc.
| bool blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::EraserRing::hard_erase {false} |
Definition at line 109 of file grease_pencil_erase.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::soft_eraser().
| float blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::EraserRing::opacity |
Definition at line 108 of file grease_pencil_erase.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::compute_piecewise_linear_falloff(), and blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::soft_eraser().
| float blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::EraserRing::radius |
Definition at line 106 of file grease_pencil_erase.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::compute_piecewise_linear_falloff().
| int64_t blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::EraserRing::squared_radius |
Definition at line 107 of file grease_pencil_erase.cc.
Referenced by blender::ed::sculpt_paint::greasepencil::EraseOperationExecutor::compute_piecewise_linear_falloff().