Go to the source code of this file.
|
| bool | blender::ed::sculpt_paint::gesture::is_affected (const GestureData &gesture_data, const float3 &position, const float3 &normal) |
| |
| void | blender::ed::sculpt_paint::gesture::filter_factors (const GestureData &gesture_data, const Span< float3 > positions, const Span< float3 > normals, const MutableSpan< float > factors) |
| |
| std::unique_ptr< GestureData > | blender::ed::sculpt_paint::gesture::init_from_box (bContext *C, wmOperator *op) |
| |
| std::unique_ptr< GestureData > | blender::ed::sculpt_paint::gesture::init_from_lasso (bContext *C, wmOperator *op) |
| |
| std::unique_ptr< GestureData > | blender::ed::sculpt_paint::gesture::init_from_polyline (bContext *C, wmOperator *op) |
| |
| std::unique_ptr< GestureData > | blender::ed::sculpt_paint::gesture::init_from_line (bContext *C, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::gesture::operator_properties (wmOperatorType *ot, ShapeType shapeType) |
| |
| void | blender::ed::sculpt_paint::gesture::apply (bContext &C, GestureData &gesture_data, wmOperator &op) |
| |