Blender
V3.3
|
#include <ED_gpencil.h>
Public Attributes | |
float | m_xy [2] |
float | pressure |
float | strength |
float | time |
float | uv_fac |
float | uv_rot |
float | rnd [3] |
bool | rnd_dirty |
float | vert_color [4] |
Definition at line 79 of file ED_gpencil.h.
float tGPspoint::m_xy[2] |
Coordinates x and y of cursor (in relative to area).
Definition at line 81 of file ED_gpencil.h.
Referenced by annotation_draw_stabilizer(), annotation_draw_stroke_buffer(), annotation_smooth_buffer(), annotation_stroke_addpoint(), annotation_stroke_arrow_init_point(), annotation_stroke_newfrombuffer(), gpencil_add_arc_points(), gpencil_apply_randomness(), gpencil_brush_angle_segment(), gpencil_brush_jitter(), gpencil_draw_apply(), gpencil_erase_processed_area(), gpencil_fill_modal(), gpencil_get_depth_array(), gpencil_points_from_stack(), gpencil_primitive_arc(), gpencil_primitive_bezier(), gpencil_primitive_circle(), gpencil_primitive_line(), gpencil_primitive_move(), gpencil_primitive_rectangle(), gpencil_primitive_update_strokes(), gpencil_sbuffer_vertex_color_random(), gpencil_smooth_buffer(), gpencil_smooth_segment(), gpencil_stroke_addpoint(), gpencil_stroke_convertcoords(), gpencil_stroke_convertcoords_tpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::pressure |
Pressure of tablet at this point.
Definition at line 83 of file ED_gpencil.h.
Referenced by annotation_draw_stroke_buffer(), annotation_stroke_addpoint(), annotation_stroke_newfrombuffer(), ED_gpencil_tpoint_to_point(), gpencil_apply_randomness(), gpencil_brush_angle(), gpencil_brush_angle_segment(), gpencil_points_from_stack(), gpencil_primitive_update_strokes(), gpencil_smooth_buffer(), gpencil_smooth_segment(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::rnd[3] |
Random value.
Definition at line 93 of file ED_gpencil.h.
Referenced by gpencil_primitive_update_strokes().
bool tGPspoint::rnd_dirty |
Random flag.
Definition at line 95 of file ED_gpencil.h.
Referenced by gpencil_primitive_update_strokes().
float tGPspoint::strength |
Pressure of tablet at this point for alpha factor.
Definition at line 85 of file ED_gpencil.h.
Referenced by annotation_stroke_addpoint(), annotation_stroke_newfrombuffer(), ED_gpencil_tpoint_to_point(), gpencil_apply_randomness(), gpencil_points_from_stack(), gpencil_primitive_update_strokes(), gpencil_smooth_buffer(), gpencil_smooth_segment(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::time |
Time relative to stroke start (used when converting to path).
Definition at line 87 of file ED_gpencil.h.
Referenced by annotation_stroke_addpoint(), annotation_stroke_newfrombuffer(), gpencil_points_from_stack(), gpencil_primitive_update_strokes(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::uv_fac |
Factor of uv along the stroke.
Definition at line 89 of file ED_gpencil.h.
Referenced by ED_gpencil_tpoint_to_point(), gpencil_primitive_update_strokes(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::uv_rot |
UV rotation for dot mode.
Definition at line 91 of file ED_gpencil.h.
Referenced by ED_gpencil_tpoint_to_point(), gpencil_apply_randomness(), gpencil_primitive_update_strokes(), gpencil_stroke_addpoint(), and gpencil_stroke_newfrombuffer().
float tGPspoint::vert_color[4] |
Point vertex color.
Definition at line 97 of file ED_gpencil.h.
Referenced by ED_gpencil_point_vertex_color_set(), ED_gpencil_sbuffer_vertex_color_set(), gpencil_sbuffer_stroke_ensure(), gpencil_sbuffer_vertex_color_random(), and gpencil_stroke_newfrombuffer().