Blender
V3.3
|
#include <DNA_gpencil_types.h>
Public Attributes | |
struct bGPDspoint * | pt_orig |
int | idx_orig |
char | _pad0 [4] |
Definition at line 50 of file DNA_gpencil_types.h.
char bGPDspoint_Runtime::_pad0[4] |
Definition at line 57 of file DNA_gpencil_types.h.
int bGPDspoint_Runtime::idx_orig |
Original index array position
Definition at line 56 of file DNA_gpencil_types.h.
Referenced by add_stroke_cyclic(), add_stroke_simple(), BKE_gpencil_frame_original_pointers_update(), BKE_gpencil_stroke_subdivide(), gpencil_bake_grease_pencil_animation_exec(), gpencil_sculpt_rotation_eval_get(), gpencil_update_on_write_stroke_cb(), gpencil_vertexpaint_select_stroke(), gpencil_weightpaint_select_stroke(), and stroke_dash().
struct bGPDspoint* bGPDspoint_Runtime::pt_orig |
Original point (used to dereference evaluated data)
Definition at line 54 of file DNA_gpencil_types.h.
Referenced by add_stroke_cyclic(), add_stroke_simple(), BKE_gpencil_frame_original_pointers_update(), BKE_gpencil_stroke_subdivide(), gpencil_bake_grease_pencil_animation_exec(), gpencil_generic_stroke_select(), gpencil_point_edit_flag(), gpencil_select_exec(), gpencil_stroke_do_circle_sel(), gpencil_update_on_write_stroke_cb(), gpencil_vertexpaint_select_stroke(), gpencil_weightpaint_select_stroke(), and stroke_dash().