![]() |
Blender V2.61 - r43446
|
#include <BKE_cloth.h>
Public Attributes | |
| const char * | name |
| CM_SOLVER_ID | id |
| int(* | init )(struct Object *ob, struct ClothModifierData *clmd) |
| int(* | solver )(struct Object *ob, float framenr, struct ClothModifierData *clmd, struct ListBase *effectors) |
| int(* | free )(struct ClothModifierData *clmd) |
Definition at line 247 of file BKE_cloth.h.
| int( * CM_SOLVER_DEF::free)(struct ClothModifierData *clmd) |
Definition at line 253 of file BKE_cloth.h.
Referenced by cloth_free_modifier(), and cloth_free_modifier_extern().
Definition at line 250 of file BKE_cloth.h.
| int( * CM_SOLVER_DEF::init)(struct Object *ob, struct ClothModifierData *clmd) |
Definition at line 251 of file BKE_cloth.h.
Referenced by cloth_from_object().
| const char* CM_SOLVER_DEF::name |
Definition at line 249 of file BKE_cloth.h.
| int( * CM_SOLVER_DEF::solver)(struct Object *ob, float framenr, struct ClothModifierData *clmd, struct ListBase *effectors) |
Definition at line 252 of file BKE_cloth.h.
Referenced by do_step_cloth().