|
Blender V4.5
|
Public Attributes | |
| Vector< int > | vert_indices |
| Vector< float > | factors |
| Vector< float > | distances |
| Vector< float > | sim_factors |
| Vector< float3 > | positions |
| Vector< float3 > | init_positions |
| Vector< float3 > | diffs |
| Vector< float3 > | translations |
Definition at line 740 of file sculpt_cloth.cc.
Definition at line 747 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::solve_verts_simulation().
| Vector<float> blender::ed::sculpt_paint::cloth::LocalData::distances |
Definition at line 743 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), and blender::ed::sculpt_paint::cloth::calc_forces_mesh().
| Vector<float> blender::ed::sculpt_paint::cloth::LocalData::factors |
Definition at line 742 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::calc_constraint_factors(), blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), blender::ed::sculpt_paint::cloth::calc_forces_mesh(), and blender::ed::sculpt_paint::cloth::do_simulation_step().
Definition at line 746 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), and blender::ed::sculpt_paint::cloth::calc_forces_mesh().
Definition at line 745 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::calc_constraint_factors(), blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), blender::ed::sculpt_paint::cloth::calc_forces_mesh(), and blender::ed::sculpt_paint::cloth::solve_verts_simulation().
| Vector<float> blender::ed::sculpt_paint::cloth::LocalData::sim_factors |
Definition at line 744 of file sculpt_cloth.cc.
| Vector<int> blender::ed::sculpt_paint::cloth::LocalData::vert_indices |
Definition at line 741 of file sculpt_cloth.cc.
Referenced by blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), and blender::ed::sculpt_paint::cloth::do_simulation_step().