|
Blender
V3.3
|
#include <DNA_brush_types.h>
Public Attributes | |
| BezTriple | bez |
| float | pressure |
Definition at line 412 of file DNA_brush_types.h.
| BezTriple PaintCurvePoint::bez |
Bezier handle.
Definition at line 414 of file DNA_brush_types.h.
Referenced by calculateCenterActive(), createTransPaintCurveVerts(), flushTransPaintCurve(), paint_draw_curve_cursor(), 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 416 of file DNA_brush_types.h.