|
Blender V4.3
|
Public Attributes | |
| gesture::Operation | op |
| Mesh * | mesh |
| float(* | true_mesh_co )[3] |
| bool | use_cursor_depth |
| bool | initial_hit |
| blender::float3 | initial_location |
| blender::float3 | initial_normal |
| OperationType | mode |
| SolverMode | solver_mode |
| OrientationType | orientation |
| ExtrudeMode | extrude_mode |
Definition at line 120 of file sculpt_trim.cc.
| ExtrudeMode blender::ed::sculpt_paint::trim::TrimOperation::extrude_mode |
Definition at line 137 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::generate_geometry(), and blender::ed::sculpt_paint::trim::init_operation().
| bool blender::ed::sculpt_paint::trim::TrimOperation::initial_hit |
Definition at line 130 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::calculate_depth(), blender::ed::sculpt_paint::trim::init_operation(), and blender::ed::sculpt_paint::trim::initialize_cursor_info().
| blender::float3 blender::ed::sculpt_paint::trim::TrimOperation::initial_location |
Definition at line 131 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::calculate_depth(), blender::ed::sculpt_paint::trim::get_origin_and_normal(), and blender::ed::sculpt_paint::trim::initialize_cursor_info().
| blender::float3 blender::ed::sculpt_paint::trim::TrimOperation::initial_normal |
Definition at line 132 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::get_origin_and_normal(), and blender::ed::sculpt_paint::trim::initialize_cursor_info().
| Mesh* blender::ed::sculpt_paint::trim::TrimOperation::mesh |
Definition at line 124 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::apply_trim(), blender::ed::sculpt_paint::trim::free_geometry(), blender::ed::sculpt_paint::trim::generate_geometry(), blender::ed::sculpt_paint::trim::gesture_apply_for_symmetry_pass(), and blender::ed::sculpt_paint::trim::update_normals().
| OperationType blender::ed::sculpt_paint::trim::TrimOperation::mode |
Definition at line 134 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::apply_trim(), and blender::ed::sculpt_paint::trim::init_operation().
| gesture::Operation blender::ed::sculpt_paint::trim::TrimOperation::op |
Definition at line 121 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::init_operation().
| OrientationType blender::ed::sculpt_paint::trim::TrimOperation::orientation |
| SolverMode blender::ed::sculpt_paint::trim::TrimOperation::solver_mode |
Definition at line 135 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::apply_trim(), and blender::ed::sculpt_paint::trim::init_operation().
| float(* blender::ed::sculpt_paint::trim::TrimOperation::true_mesh_co)[3] |
Definition at line 125 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::free_geometry(), blender::ed::sculpt_paint::trim::generate_geometry(), and blender::ed::sculpt_paint::trim::gesture_apply_for_symmetry_pass().
| bool blender::ed::sculpt_paint::trim::TrimOperation::use_cursor_depth |
Definition at line 128 of file sculpt_trim.cc.
Referenced by blender::ed::sculpt_paint::trim::calculate_depth(), blender::ed::sculpt_paint::trim::generate_geometry(), and blender::ed::sculpt_paint::trim::init_operation().