|
Blender V4.3
|
#include <sculpt_gesture.hh>
Public Attributes | |
| float | true_plane [4] |
| float | plane [4] |
| float | side_plane [2][4] |
| float | true_side_plane [2][4] |
| bool | use_side_planes |
| bool | flip |
Definition at line 54 of file sculpt_gesture.hh.
| bool blender::ed::sculpt_paint::gesture::LineData::flip |
Definition at line 65 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::trim::gesture_to_screen_points().
| float blender::ed::sculpt_paint::gesture::LineData::plane[4] |
Definition at line 57 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::project::apply_projection_bmesh(), blender::ed::sculpt_paint::project::apply_projection_grids(), blender::ed::sculpt_paint::project::apply_projection_mesh(), blender::ed::sculpt_paint::gesture::flip_for_symmetry_pass(), blender::ed::sculpt_paint::gesture::is_affected(), and blender::ed::sculpt_paint::gesture::update_affected_nodes_by_line_plane().
| float blender::ed::sculpt_paint::gesture::LineData::side_plane[2][4] |
Definition at line 61 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::flip_for_symmetry_pass(), blender::ed::sculpt_paint::gesture::is_affected(), and blender::ed::sculpt_paint::gesture::update_affected_nodes_by_line_plane().
| float blender::ed::sculpt_paint::gesture::LineData::true_plane[4] |
Definition at line 56 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::flip_for_symmetry_pass().
| float blender::ed::sculpt_paint::gesture::LineData::true_side_plane[2][4] |
Definition at line 62 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::flip_for_symmetry_pass().
| bool blender::ed::sculpt_paint::gesture::LineData::use_side_planes |
Definition at line 63 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::trim::gesture_to_screen_points(), blender::ed::sculpt_paint::gesture::is_affected(), and blender::ed::sculpt_paint::gesture::update_affected_nodes_by_line_plane().