|
Blender V4.3
|
#include <sculpt_cloth.hh>
Public Attributes | |
| int | elem_index_a |
| float * | elem_position_a |
| int | elem_index_b |
| float * | elem_position_b |
| float | length |
| float | strength |
| int | node |
| ConstraintType | type |
Definition at line 53 of file sculpt_cloth.hh.
| int blender::ed::sculpt_paint::cloth::LengthConstraint::elem_index_a |
Definition at line 60 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(), and blender::ed::sculpt_paint::cloth::cloth_brush_add_softbody_constraint().
| int blender::ed::sculpt_paint::cloth::LengthConstraint::elem_index_b |
Definition at line 63 of file sculpt_cloth.hh.
| float* blender::ed::sculpt_paint::cloth::LengthConstraint::elem_position_a |
Definition at line 61 of file sculpt_cloth.hh.
| float* blender::ed::sculpt_paint::cloth::LengthConstraint::elem_position_b |
Definition at line 64 of file sculpt_cloth.hh.
| float blender::ed::sculpt_paint::cloth::LengthConstraint::length |
Definition at line 66 of file sculpt_cloth.hh.
| int blender::ed::sculpt_paint::cloth::LengthConstraint::node |
Definition at line 71 of file sculpt_cloth.hh.
| float blender::ed::sculpt_paint::cloth::LengthConstraint::strength |
Definition at line 67 of file sculpt_cloth.hh.
| ConstraintType blender::ed::sculpt_paint::cloth::LengthConstraint::type |
Definition at line 73 of file sculpt_cloth.hh.