|
Blender
V2.93
|
#include <DNA_gpencil_types.h>
Public Attributes | |
| struct bGPDspoint * | pt_orig |
| int | idx_orig |
| char | _pad0 [4] |
Definition at line 65 of file DNA_gpencil_types.h.
| char bGPDspoint_Runtime::_pad0[4] |
Definition at line 70 of file DNA_gpencil_types.h.
| int bGPDspoint_Runtime::idx_orig |
Original index array position
Definition at line 69 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_frame_original_pointers_update(), BKE_gpencil_stroke_subdivide(), gpencil_sculpt_brush_do_stroke(), gpencil_sculpt_rotation_eval_get(), gpencil_vertexpaint_select_stroke(), and gpencil_weightpaint_select_stroke().
| struct bGPDspoint* bGPDspoint_Runtime::pt_orig |
Original point (used to dereference evaluated data)
Definition at line 67 of file DNA_gpencil_types.h.
Referenced by BKE_gpencil_frame_original_pointers_update(), BKE_gpencil_stroke_subdivide(), gpencil_generic_stroke_select(), gpencil_point_edit_flag(), gpencil_sculpt_brush_do_stroke(), gpencil_select_exec(), gpencil_stroke_do_circle_sel(), gpencil_vertexpaint_select_stroke(), and gpencil_weightpaint_select_stroke().