|
Blender V4.3
|
#include <sculpt_cloth.hh>
Public Member Functions | |
| ~SimulationData () | |
Public Attributes | |
| Vector< LengthConstraint > | length_constraints |
| Array< float > | length_constraint_tweak |
| Array< float3 > | deformation_pos |
| Array< float > | deformation_strength |
| float | mass |
| float | damping |
| float | softbody_strength |
| Array< float3 > | acceleration |
| Array< float3 > | pos |
| Array< float3 > | init_pos |
| Array< float3 > | init_no |
| Array< float3 > | softbody_pos |
| Array< float3 > | prev_pos |
| Array< float3 > | last_iteration_pos |
| Vector< ColliderCache > | collider_list |
| int | totnode |
| Map< const bke::pbvh::Node *, int > | node_state_index |
| Array< NodeSimState > | node_state |
Definition at line 76 of file sculpt_cloth.hh.
|
default |
Definition at line 90 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::apply_forces(), and blender::ed::sculpt_paint::cloth::solve_verts_simulation().
| Vector<ColliderCache> blender::ed::sculpt_paint::cloth::SimulationData::collider_list |
Definition at line 98 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_solve_collision().
| float blender::ed::sculpt_paint::cloth::SimulationData::damping |
Definition at line 87 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::solve_verts_simulation().
Definition at line 83 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::add_constraints_for_verts(), blender::ed::sculpt_paint::cloth::apply_grab_brush(), blender::ed::sculpt_paint::cloth::apply_snake_hook_brush(), and blender::ed::sculpt_paint::cloth::cloth_brush_add_deformation_constraint().
Definition at line 84 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::apply_grab_brush(), blender::ed::sculpt_paint::cloth::apply_snake_hook_brush(), and blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints().
Definition at line 93 of file sculpt_cloth.hh.
Definition at line 92 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::apply_grab_brush(), blender::ed::sculpt_paint::cloth::calc_forces_bmesh(), blender::ed::sculpt_paint::cloth::calc_forces_grids(), blender::ed::sculpt_paint::cloth::calc_forces_mesh(), blender::ed::sculpt_paint::cloth::cloth_brush_add_pin_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints(), blender::ed::sculpt_paint::cloth::ensure_nodes_constraints(), and blender::ed::sculpt_paint::cloth::solve_verts_simulation().
Definition at line 96 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_solve_collision(), and blender::ed::sculpt_paint::cloth::solve_verts_simulation().
Definition at line 78 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints(), and blender::ed::sculpt_paint::cloth::expand_length_constraints().
| Vector<LengthConstraint> blender::ed::sculpt_paint::cloth::SimulationData::length_constraints |
Definition at line 77 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_add_deformation_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_length_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_pin_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_softbody_constraint(), and blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints().
| float blender::ed::sculpt_paint::cloth::SimulationData::mass |
Definition at line 86 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::apply_forces().
| Array<NodeSimState> blender::ed::sculpt_paint::cloth::SimulationData::node_state |
Definition at line 102 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints(), blender::ed::sculpt_paint::cloth::cloth_sim_initialize_default_node_state(), blender::ed::sculpt_paint::cloth::do_simulation_step(), blender::ed::sculpt_paint::cloth::ensure_nodes_constraints(), and blender::ed::sculpt_paint::cloth::sim_activate_nodes().
| Map<const bke::pbvh::Node *, int> blender::ed::sculpt_paint::cloth::SimulationData::node_state_index |
Definition at line 101 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_sim_initialize_default_node_state(), blender::ed::sculpt_paint::cloth::do_simulation_step(), blender::ed::sculpt_paint::cloth::ensure_nodes_constraints(), and blender::ed::sculpt_paint::cloth::sim_activate_nodes().
Definition at line 91 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::apply_snake_hook_brush(), blender::ed::sculpt_paint::cloth::brush_store_simulation_state(), blender::ed::sculpt_paint::cloth::cloth_brush_add_deformation_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_length_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_pin_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_add_softbody_constraint(), blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints(), blender::ed::sculpt_paint::cloth::cloth_brush_solve_collision(), blender::ed::sculpt_paint::cloth::do_simulation_step(), and blender::ed::sculpt_paint::cloth::solve_verts_simulation().
Definition at line 95 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::solve_verts_simulation().
Definition at line 94 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::cloth_brush_add_softbody_constraint(), and blender::ed::sculpt_paint::cloth::cloth_brush_satisfy_constraints().
| float blender::ed::sculpt_paint::cloth::SimulationData::softbody_strength |
Definition at line 88 of file sculpt_cloth.hh.
Referenced by blender::ed::sculpt_paint::cloth::add_constraints_for_verts().
| int blender::ed::sculpt_paint::cloth::SimulationData::totnode |
Definition at line 100 of file sculpt_cloth.hh.