|
Blender V5.0
|
#include <DNA_brush_types.h>
Public Attributes | |
| BezTriple | bez |
| float | pressure |
Definition at line 465 of file DNA_brush_types.h.
| BezTriple PaintCurvePoint::bez |
Bezier handle.
Definition at line 467 of file DNA_brush_types.h.
Referenced by blender::ed::transform::calculateCenterActive(), blender::ed::transform::createTransPaintCurveVerts(), blender::ed::transform::flushTransPaintCurve(), blender::ed::sculpt_paint::paint_draw_curve_cursor(), blender::ed::sculpt_paint::paint_stroke_curve_end(), paintcurve_delete_point_exec(), paintcurve_point_add(), paintcurve_point_get_closest(), paintcurve_point_select(), paintcurve_slide_invoke(), paintcurve_slide_modal(), blender::ed::transform::PaintCurveConvertHandle(), and blender::ed::transform::PaintCurvePointToTransData().
| float PaintCurvePoint::pressure |
Pressure on that point.
Definition at line 469 of file DNA_brush_types.h.