Blender
V3.3
|
Public Attributes | |
int | mx |
int | my |
int | radius |
rcti | rect |
const int(* | lasso_coords )[2] |
int | lasso_coords_len |
Definition at line 1799 of file gpencil_select.c.
const int(* GP_SelectUserData::lasso_coords)[2] |
Definition at line 1803 of file gpencil_select.c.
int GP_SelectUserData::lasso_coords_len |
Definition at line 1804 of file gpencil_select.c.
int GP_SelectUserData::mx |
Definition at line 1800 of file gpencil_select.c.
int GP_SelectUserData::my |
Definition at line 1800 of file gpencil_select.c.
int GP_SelectUserData::radius |
Definition at line 1800 of file gpencil_select.c.
Referenced by gpencil_select_exec().
rcti GP_SelectUserData::rect |
Definition at line 1802 of file gpencil_select.c.
Referenced by gpencil_lasso_select_exec().