Blender
V3.3
|
Public Attributes | |
Curves * | curves_id |
Vector< int > | selected_point_indices |
Vector< int > | unselected_point_indices |
Array< float > | distances_to_selected |
Array< float > | distances_to_unselected |
Array< float > | original_selection |
float | pixel_to_distance_factor |
Additional Inherited Members | |
![]() | |
NonCopyable (const NonCopyable &other)=delete | |
NonCopyable & | operator= (const NonCopyable &other)=delete |
NonCopyable ()=default | |
NonCopyable (NonCopyable &&other)=default | |
NonCopyable & | operator= (NonCopyable &&other)=default |
![]() | |
NonMovable (NonMovable &&other)=delete | |
NonMovable & | operator= (NonMovable &&other)=delete |
NonMovable ()=default | |
NonMovable (const NonMovable &other)=default | |
NonMovable & | operator= (const NonMovable &other)=default |
Definition at line 593 of file curves_sculpt_ops.cc.
Curves* blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::curves_id |
Definition at line 594 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_selected |
Definition at line 597 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
Array<float> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::distances_to_unselected |
Definition at line 598 of file curves_sculpt_ops.cc.
Definition at line 600 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
float blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::pixel_to_distance_factor |
Definition at line 601 of file curves_sculpt_ops.cc.
Vector<int> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::selected_point_indices |
Definition at line 595 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().
Vector<int> blender::ed::sculpt_paint::select_grow::GrowOperatorDataPerCurve::unselected_point_indices |
Definition at line 596 of file curves_sculpt_ops.cc.
Referenced by blender::ed::sculpt_paint::select_grow::select_grow_invoke_per_curve().