Blender
V3.3
|
#include <curves_sculpt_intern.hh>
Public Attributes | |
bool | is_first |
float2 | mouse_position |
float | pressure |
ReportList * | reports = nullptr |
Definition at line 35 of file curves_sculpt_intern.hh.
bool blender::ed::sculpt_paint::StrokeExtension::is_first |
Definition at line 36 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::CombOperationExecutor::execute(), blender::ed::sculpt_paint::CurvesEffectOperationExecutor::execute(), blender::ed::sculpt_paint::DeleteOperationExecutor::execute(), blender::ed::sculpt_paint::DensityAddOperationExecutor::execute(), blender::ed::sculpt_paint::DensitySubtractOperationExecutor::execute(), blender::ed::sculpt_paint::PinchOperationExecutor::execute(), blender::ed::sculpt_paint::PuffOperationExecutor::execute(), blender::ed::sculpt_paint::SelectionPaintOperationExecutor::execute(), blender::ed::sculpt_paint::SlideOperationExecutor::execute(), blender::ed::sculpt_paint::SmoothOperationExecutor::execute(), blender::ed::sculpt_paint::SnakeHookOperatorExecutor::execute(), and blender::ed::sculpt_paint::stroke_update_step().
float2 blender::ed::sculpt_paint::StrokeExtension::mouse_position |
Definition at line 37 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::AddOperationExecutor::execute(), blender::ed::sculpt_paint::CombOperationExecutor::execute(), blender::ed::sculpt_paint::CurvesEffectOperationExecutor::execute(), blender::ed::sculpt_paint::DeleteOperationExecutor::execute(), blender::ed::sculpt_paint::DensityAddOperationExecutor::execute(), blender::ed::sculpt_paint::DensitySubtractOperationExecutor::execute(), blender::ed::sculpt_paint::PinchOperationExecutor::execute(), blender::ed::sculpt_paint::PuffOperationExecutor::execute(), blender::ed::sculpt_paint::SelectionPaintOperationExecutor::execute(), blender::ed::sculpt_paint::SlideOperationExecutor::execute(), blender::ed::sculpt_paint::SmoothOperationExecutor::execute(), blender::ed::sculpt_paint::SnakeHookOperatorExecutor::execute(), blender::ed::sculpt_paint::stroke_update_step(), and blender::ed::sculpt_paint::use_add_density_mode().
float blender::ed::sculpt_paint::StrokeExtension::pressure |
Definition at line 38 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::brush_radius_factor(), blender::ed::sculpt_paint::brush_strength_factor(), and blender::ed::sculpt_paint::stroke_update_step().
ReportList* blender::ed::sculpt_paint::StrokeExtension::reports = nullptr |
Definition at line 39 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::AddOperationExecutor::execute(), blender::ed::sculpt_paint::DensityAddOperationExecutor::execute(), blender::ed::sculpt_paint::SlideOperationExecutor::execute(), and blender::ed::sculpt_paint::stroke_update_step().