|
Blender V4.5
|
#include <curves_sculpt_intern.hh>
Public Attributes | |
| Vector< float > | orig_lengths |
| Vector< float > | new_lengths |
| Vector< int > | sample_indices |
| Vector< float > | sample_factors |
| Vector< float3 > | new_positions |
See move_last_point_and_resample.
Definition at line 107 of file curves_sculpt_intern.hh.
| Vector<float> blender::ed::sculpt_paint::MoveAndResampleBuffers::new_lengths |
Definition at line 109 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::move_last_point_and_resample().
Definition at line 114 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::move_last_point_and_resample().
| Vector<float> blender::ed::sculpt_paint::MoveAndResampleBuffers::orig_lengths |
Definition at line 108 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::move_last_point_and_resample().
| Vector<float> blender::ed::sculpt_paint::MoveAndResampleBuffers::sample_factors |
Definition at line 112 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::move_last_point_and_resample().
| Vector<int> blender::ed::sculpt_paint::MoveAndResampleBuffers::sample_indices |
Definition at line 111 of file curves_sculpt_intern.hh.
Referenced by blender::ed::sculpt_paint::move_last_point_and_resample().