|
| static void | blender::ed::sculpt_paint::trim::update_normals (gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::get_origin_and_normal (gesture::GestureData &gesture_data, float *r_origin, float *r_normal) |
| |
| static void | blender::ed::sculpt_paint::trim::calculate_depth (gesture::GestureData &gesture_data, float &r_depth_front, float &r_depth_back) |
| |
| static float | blender::ed::sculpt_paint::trim::calc_expand_factor (const gesture::GestureData &gesture_data) |
| |
| static Array< float2 > | blender::ed::sculpt_paint::trim::gesture_to_screen_points (gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::generate_geometry (gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::gesture_begin (bContext &C, wmOperator &op, gesture::GestureData &gesture_data) |
| |
| static int | blender::ed::sculpt_paint::trim::bm_face_isect_pair (BMFace *f, void *) |
| |
| static void | blender::ed::sculpt_paint::trim::apply_trim (gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::gesture_apply_for_symmetry_pass (bContext &, gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::free_geometry (gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::gesture_end (bContext &, gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::trim::init_operation (gesture::GestureData &gesture_data, wmOperator &op) |
| |
| static void | blender::ed::sculpt_paint::trim::operator_properties (wmOperatorType *ot) |
| |
| static bool | blender::ed::sculpt_paint::trim::can_invoke (const bContext &C) |
| |
| static void | blender::ed::sculpt_paint::trim::report_invalid_mode (const blender::bke::pbvh::Type pbvh_type, ReportList &reports) |
| |
| static bool | blender::ed::sculpt_paint::trim::can_exec (const bContext &C, ReportList &reports) |
| |
| static void | blender::ed::sculpt_paint::trim::initialize_cursor_info (bContext &C, const wmOperator &op, gesture::GestureData &gesture_data) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_box_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_box_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_lasso_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_lasso_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_line_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_line_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_polyline_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::trim::gesture_polyline_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| void | blender::ed::sculpt_paint::trim::SCULPT_OT_trim_lasso_gesture (wmOperatorType *ot) |
| |
| void | blender::ed::sculpt_paint::trim::SCULPT_OT_trim_box_gesture (wmOperatorType *ot) |
| |
| void | blender::ed::sculpt_paint::trim::SCULPT_OT_trim_line_gesture (wmOperatorType *ot) |
| |
| void | blender::ed::sculpt_paint::trim::SCULPT_OT_trim_polyline_gesture (wmOperatorType *ot) |
| |