|
Blender
V3.3
|
#include <DNA_brush_types.h>
Public Attributes | |
| ID | id |
| PaintCurvePoint * | points |
| int | tot_points |
| int | add_index |
Definition at line 419 of file DNA_brush_types.h.
| int PaintCurve::add_index |
Index where next point will be added.
Definition at line 425 of file DNA_brush_types.h.
Referenced by BKE_paint_curve_clamp_endpoint_add_index(), calculateCenterActive(), paintcurve_delete_point_exec(), paintcurve_point_add(), undocurve_from_paintcurve(), and undocurve_to_paintcurve().
| ID PaintCurve::id |
Definition at line 420 of file DNA_brush_types.h.
Referenced by paint_curve_blend_write().
| PaintCurvePoint* PaintCurve::points |
Points of curve.
Definition at line 422 of file DNA_brush_types.h.
Referenced by calculateCenterActive(), createTransPaintCurveVerts(), paint_curve_blend_read_data(), paint_curve_blend_write(), paint_curve_copy_data(), paint_curve_free_data(), 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(), undocurve_from_paintcurve(), and undocurve_to_paintcurve().
| int PaintCurve::tot_points |
Definition at line 423 of file DNA_brush_types.h.
Referenced by BKE_paint_curve_clamp_endpoint_add_index(), paint_curve_blend_write(), paint_curve_copy_data(), paint_curve_free_data(), paint_draw_curve_cursor(), paint_stroke_curve_end(), paintcurve_delete_point_exec(), paintcurve_point_add(), paintcurve_point_select(), paintcurve_slide_invoke(), undocurve_from_paintcurve(), and undocurve_to_paintcurve().