|
Blender V4.3
|
#include <DNA_brush_types.h>
Public Attributes | |
| BezTriple | bez |
| float | pressure |
Definition at line 442 of file DNA_brush_types.h.
| BezTriple PaintCurvePoint::bez |
Bezier handle.
Definition at line 444 of file DNA_brush_types.h.
Referenced by calculateCenterActive(), createTransPaintCurveVerts(), 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(), PaintCurveConvertHandle(), and PaintCurvePointToTransData().
| float PaintCurvePoint::pressure |
Pressure on that point.
Definition at line 446 of file DNA_brush_types.h.