|
Blender V5.0
|
#include <sculpt_gesture.hh>
Public Attributes | |
| float4 | true_plane |
| float4 | plane |
| std::array< float4, 2 > | side_plane |
| std::array< float4, 2 > | true_side_plane |
| 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().
| float4 blender::ed::sculpt_paint::gesture::LineData::plane |
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().
| std::array<float4, 2> blender::ed::sculpt_paint::gesture::LineData::side_plane |
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().
| float4 blender::ed::sculpt_paint::gesture::LineData::true_plane |
Definition at line 56 of file sculpt_gesture.hh.
Referenced by blender::ed::sculpt_paint::gesture::flip_for_symmetry_pass().
| std::array<float4, 2> blender::ed::sculpt_paint::gesture::LineData::true_side_plane |
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(), and blender::ed::sculpt_paint::gesture::is_affected().