|
Blender V4.3
|
#include <sculpt_gesture.hh>
Public Attributes | |
| void(* | begin )(bContext &, wmOperator &, GestureData &) |
| void(* | apply_for_symmetry_pass )(bContext &, GestureData &) |
| void(* | end )(bContext &, GestureData &) |
Definition at line 122 of file sculpt_gesture.hh.
| void(* blender::ed::sculpt_paint::gesture::Operation::apply_for_symmetry_pass) (bContext &, GestureData &) |
Definition at line 127 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::apply(), blender::ed::sculpt_paint::hide::hide_show_init_properties(), blender::ed::sculpt_paint::face_set::init_operation(), blender::ed::sculpt_paint::mask::init_operation(), blender::ed::sculpt_paint::project::init_operation(), and blender::ed::sculpt_paint::trim::init_operation().
| void(* blender::ed::sculpt_paint::gesture::Operation::begin) (bContext &, wmOperator &, GestureData &) |
Definition at line 124 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::apply(), blender::ed::sculpt_paint::hide::hide_show_init_properties(), blender::ed::sculpt_paint::face_set::init_operation(), blender::ed::sculpt_paint::mask::init_operation(), blender::ed::sculpt_paint::project::init_operation(), and blender::ed::sculpt_paint::trim::init_operation().
| void(* blender::ed::sculpt_paint::gesture::Operation::end) (bContext &, GestureData &) |
Definition at line 131 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::apply(), blender::ed::sculpt_paint::hide::hide_show_init_properties(), blender::ed::sculpt_paint::face_set::init_operation(), blender::ed::sculpt_paint::mask::init_operation(), blender::ed::sculpt_paint::project::init_operation(), and blender::ed::sculpt_paint::trim::init_operation().