Go to the source code of this file.
|
| static void | blender::ed::sculpt_paint::project::gesture_begin (bContext &C, wmOperator &op, gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::project::apply_projection_mesh (const Sculpt &sd, const gesture::GestureData &gesture_data, const Span< float3 > vert_normals, const MeshAttributeData &attribute_data, const bke::pbvh::MeshNode &node, Object &object, LocalData &tls, const PositionDeformData &position_data) |
| |
| static void | blender::ed::sculpt_paint::project::apply_projection_grids (const Sculpt &sd, const gesture::GestureData &gesture_data, const bke::pbvh::GridsNode &node, Object &object, LocalData &tls) |
| |
| static void | blender::ed::sculpt_paint::project::apply_projection_bmesh (const Sculpt &sd, const gesture::GestureData &gesture_data, bke::pbvh::BMeshNode &node, Object &object, LocalData &tls) |
| |
| static void | blender::ed::sculpt_paint::project::gesture_apply_for_symmetry_pass (bContext &C, gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::project::gesture_end (bContext &C, gesture::GestureData &gesture_data) |
| |
| static void | blender::ed::sculpt_paint::project::init_operation (gesture::GestureData &gesture_data, wmOperator &) |
| |
| static int | blender::ed::sculpt_paint::project::gesture_line_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| static int | blender::ed::sculpt_paint::project::gesture_line_exec (bContext *C, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::project::SCULPT_OT_project_line_gesture (wmOperatorType *ot) |
| |