|
Blender
V3.3
|
#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 329 of file BKE_paint.h.
| int SculptClothLengthConstraint::elem_index_a |
Definition at line 336 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 339 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 337 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 340 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 342 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 347 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 343 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 349 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().