|
Blender V4.3
|
#include <DNA_gpencil_legacy_types.h>
Public Attributes | |
| BezTriple | bezt |
| float | pressure |
| float | strength |
| int | point_index |
| int | flag |
| float | uv_fac |
| float | uv_rot |
| float | uv_fill [2] |
| float | vert_color [4] |
| char | _pad [4] |
Definition at line 186 of file DNA_gpencil_legacy_types.h.
| char bGPDcurve_point::_pad[4] |
Definition at line 208 of file DNA_gpencil_legacy_types.h.
| BezTriple bGPDcurve_point::bezt |
Bezier Triple for the handles and control points.
Definition at line 188 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_editcurve_recalculate_handles(), BKE_gpencil_editcurve_stroke_sync_selection(), BKE_gpencil_editcurve_subdivide(), BKE_gpencil_stroke_editcurve_generate(), createTransGPencil_curves(), gpencil_editcurve_subdivide_curve_segment(), gpencil_editstroke_deselect_all(), and gpencil_stroke_editcurve_generate_edgecases().
| int bGPDcurve_point::flag |
Additional options.
Definition at line 197 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_editcurve_recalculate_handles(), BKE_gpencil_editcurve_stroke_sync_selection(), BKE_gpencil_editcurve_subdivide(), createTransGPencil_curves(), gpencil_editcurve_subdivide_count(), and gpencil_editstroke_deselect_all().
| int bGPDcurve_point::point_index |
Index of corresponding point in gps->points.
Definition at line 194 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_editcurve_stroke_sync_selection(), BKE_gpencil_stroke_editcurve_generate(), and gpencil_stroke_editcurve_generate_edgecases().
| float bGPDcurve_point::pressure |
Pressure of input device (from 0 to 1) at this point.
Definition at line 190 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_stroke_editcurve_generate(), createTransGPencil_curves(), gpencil_editcurve_subdivide_curve_segment(), and gpencil_stroke_editcurve_generate_edgecases().
| float bGPDcurve_point::strength |
Color strength (used for alpha factor).
Definition at line 192 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_stroke_editcurve_generate(), createTransGPencil_curves(), gpencil_editcurve_subdivide_curve_segment(), and gpencil_stroke_editcurve_generate_edgecases().
| float bGPDcurve_point::uv_fac |
Factor of uv along the stroke.
Definition at line 200 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::uv_fill[2] |
UV for fill mode.
Definition at line 204 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::uv_rot |
UV rotation for dot mode.
Definition at line 202 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::vert_color[4] |
Vertex Color RGBA (A=mix factor).
Definition at line 207 of file DNA_gpencil_legacy_types.h.
Referenced by BKE_gpencil_stroke_editcurve_generate(), gpencil_editcurve_subdivide_curve_segment(), and gpencil_stroke_editcurve_generate_edgecases().