|
Blender V4.5
|
Public Attributes | |
| Vector< float3float3 > | positions |
| Vector< float > | factors |
| Vector< float > | distances |
| Vector< int > | neighbor_offsets |
| Vector< int > | neighbor_data |
| Vector< float3float3 > | laplacian_disp |
| Vector< float3float3 > | average_positions |
| Vector< float3float3 > | translations |
Definition at line 32 of file surface_smooth.cc.
| Vector<float3float3> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::average_positions |
Definition at line 39 of file surface_smooth.cc.
| Vector<float> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::distances |
Definition at line 35 of file surface_smooth.cc.
| Vector<float> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::factors |
Definition at line 34 of file surface_smooth.cc.
| Vector<float3float3> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::laplacian_disp |
Definition at line 38 of file surface_smooth.cc.
| Vector<int> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::neighbor_data |
Definition at line 37 of file surface_smooth.cc.
| Vector<int> blender::ed::sculpt_paint::brushes::surface_smooth_cc::LocalData::neighbor_offsets |
Definition at line 36 of file surface_smooth.cc.
Definition at line 33 of file surface_smooth.cc.
Definition at line 40 of file surface_smooth.cc.