|
Blender
V3.3
|
Public Attributes | |
| float | projviewobjmat [4][4] |
| rcti | boundbox |
| int | width |
| BLI_bitmap * | mask_px |
Definition at line 222 of file paint_mask.c.
| rcti LassoGestureData::boundbox |
Definition at line 225 of file paint_mask.c.
Referenced by sculpt_gesture_init_from_lasso(), and sculpt_gesture_is_effected_lasso().
| BLI_bitmap* LassoGestureData::mask_px |
Definition at line 229 of file paint_mask.c.
Referenced by sculpt_gesture_context_free(), sculpt_gesture_init_from_lasso(), sculpt_gesture_is_effected_lasso(), and sculpt_gesture_lasso_px_cb().
| float LassoGestureData::projviewobjmat[4][4] |
Definition at line 223 of file paint_mask.c.
Referenced by sculpt_gesture_init_from_lasso(), and sculpt_gesture_is_effected_lasso().
| int LassoGestureData::width |
Definition at line 226 of file paint_mask.c.
Referenced by sculpt_gesture_init_from_lasso(), sculpt_gesture_is_effected_lasso(), and sculpt_gesture_lasso_px_cb().