|
Blender V5.0
|
#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 143 of file DNA_gpencil_legacy_types.h.
| char bGPDcurve_point::_pad[4] |
Definition at line 165 of file DNA_gpencil_legacy_types.h.
| BezTriple bGPDcurve_point::bezt |
Bezier Triple for the handles and control points.
Definition at line 145 of file DNA_gpencil_legacy_types.h.
| int bGPDcurve_point::flag |
Additional options.
Definition at line 154 of file DNA_gpencil_legacy_types.h.
| int bGPDcurve_point::point_index |
Index of corresponding point in gps->points.
Definition at line 151 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::pressure |
Pressure of input device (from 0 to 1) at this point.
Definition at line 147 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::strength |
Color strength (used for alpha factor).
Definition at line 149 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::uv_fac |
Factor of uv along the stroke.
Definition at line 157 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::uv_fill[2] |
UV for fill mode.
Definition at line 161 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::uv_rot |
UV rotation for dot mode.
Definition at line 159 of file DNA_gpencil_legacy_types.h.
| float bGPDcurve_point::vert_color[4] |
Vertex Color RGBA (A=mix factor).
Definition at line 164 of file DNA_gpencil_legacy_types.h.