Blender
V3.3
|
Public Attributes | |
float | factor |
bGPDstroke * | gps |
float | x |
float | y |
float | z |
float | pressure |
float | strength |
float | vert_color [4] |
Definition at line 41 of file gpencil_merge.c.
float tGPencilPointCache::factor |
Definition at line 42 of file gpencil_merge.c.
Referenced by gpencil_calc_points_factor(), gpencil_insert_to_array(), and gpencil_sort_points().
bGPDstroke* tGPencilPointCache::gps |
Definition at line 43 of file gpencil_merge.c.
Referenced by gpencil_analyze_strokes(), gpencil_calc_points_factor(), gpencil_get_extremes(), and gpencil_insert_to_array().
float tGPencilPointCache::pressure |
Definition at line 45 of file gpencil_merge.c.
Referenced by gpencil_calc_points_factor(), gpencil_insert_points_to_stroke(), and gpencil_insert_to_array().
float tGPencilPointCache::strength |
Definition at line 46 of file gpencil_merge.c.
Referenced by gpencil_calc_points_factor(), gpencil_insert_points_to_stroke(), and gpencil_insert_to_array().
float tGPencilPointCache::vert_color[4] |
Definition at line 47 of file gpencil_merge.c.
Referenced by gpencil_calc_points_factor(), gpencil_insert_points_to_stroke(), and gpencil_insert_to_array().
float tGPencilPointCache::x |
Definition at line 44 of file gpencil_merge.c.
Referenced by gpencil_analyze_strokes(), gpencil_calc_points_factor(), gpencil_get_extremes(), gpencil_insert_points_to_stroke(), and gpencil_insert_to_array().
float tGPencilPointCache::y |
Definition at line 44 of file gpencil_merge.c.
float tGPencilPointCache::z |
Definition at line 44 of file gpencil_merge.c.