|
Blender V4.3
|
#include <sculpt_gesture.hh>
Public Attributes | |
| float4x4 | projviewobjmat |
| rcti | boundbox |
| int | width |
| blender::BitVector | mask_px |
Definition at line 44 of file sculpt_gesture.hh.
| rcti blender::ed::sculpt_paint::gesture::LassoData::boundbox |
Definition at line 47 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::is_affected_lasso().
| blender::BitVector blender::ed::sculpt_paint::gesture::LassoData::mask_px |
Definition at line 51 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::is_affected_lasso(), and blender::ed::sculpt_paint::gesture::lasso_px_cb().
| float4x4 blender::ed::sculpt_paint::gesture::LassoData::projviewobjmat |
Definition at line 45 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::is_affected_lasso().
| int blender::ed::sculpt_paint::gesture::LassoData::width |
Definition at line 48 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::is_affected_lasso(), and blender::ed::sculpt_paint::gesture::lasso_px_cb().