|
Blender
V2.93
|
#include <BKE_paint.h>
Public Attributes | |
| int | elem_index_a |
| float * | elem_position_a |
| int | elem_index_b |
| float * | elem_position_b |
| float | length |
| float | strength |
| int | node |
| eSculptClothConstraintType | type |
Definition at line 292 of file BKE_paint.h.
| int SculptClothLengthConstraint::elem_index_a |
Definition at line 299 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| int SculptClothLengthConstraint::elem_index_b |
Definition at line 302 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| float* SculptClothLengthConstraint::elem_position_a |
Definition at line 300 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| float* SculptClothLengthConstraint::elem_position_b |
Definition at line 303 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| float SculptClothLengthConstraint::length |
Definition at line 305 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| int SculptClothLengthConstraint::node |
Definition at line 310 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| float SculptClothLengthConstraint::strength |
Definition at line 306 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().
| eSculptClothConstraintType SculptClothLengthConstraint::type |
Definition at line 312 of file BKE_paint.h.
Referenced by cloth_brush_add_deformation_constraint(), cloth_brush_add_length_constraint(), cloth_brush_add_pin_constraint(), cloth_brush_add_softbody_constraint(), and cloth_brush_satisfy_constraints().