Blender V2.61 - r43446
|
#include <DNA_modifier_types.h>
Public Attributes | |
ModifierData | modifier |
struct Scene * | scene |
struct Cloth * | clothObject |
struct ClothSimSettings * | sim_parms |
struct ClothCollSettings * | coll_parms |
struct PointCache * | point_cache |
struct ListBase | ptcaches |
Definition at line 466 of file DNA_modifier_types.h.
struct Cloth* ClothModifierData::clothObject |
Definition at line 470 of file DNA_modifier_types.h.
Referenced by bvhselftree_build_from_cloth(), bvhselftree_update_from_cloth(), bvhtree_build_from_cloth(), bvhtree_update_from_cloth(), cloth_add_spring(), cloth_apply_vgroup(), cloth_build_springs(), cloth_bvh_objcollision(), cloth_bvh_objcollisions_nearcheck(), cloth_bvh_objcollisions_resolve(), cloth_calc_force(), cloth_calc_helper_forces(), cloth_calc_spring_force(), cloth_collision(), cloth_collision_response_static(), cloth_free_modifier(), cloth_free_modifier_extern(), cloth_from_mesh(), cloth_from_object(), cloth_to_object(), clothModifier_do(), copyData(), direct_link_modifiers(), direct_link_particlesystems(), do_init_cloth(), do_step_cloth(), implicit_free(), implicit_init(), implicit_set_positions(), implicit_solver(), ptcache_cloth_interpolate(), ptcache_cloth_read(), ptcache_cloth_totpoint(), and ptcache_cloth_write().
Definition at line 472 of file DNA_modifier_types.h.
Referenced by applyModifier(), cloth_bvh_objcollision(), cloth_collision(), cloth_collision_response_static(), cloth_from_object(), cloth_init(), copyData(), direct_link_modifiers(), direct_link_particlesystems(), do_hair_dynamics(), foreachIDLink(), freeData(), implicit_solver(), initData(), lib_link_particlesystems(), write_modifiers(), and write_particlesystems().
Definition at line 467 of file DNA_modifier_types.h.
Referenced by cloth_from_mesh(), and cloth_from_object().
Definition at line 473 of file DNA_modifier_types.h.
Referenced by BKE_ptcache_id_from_cloth(), cloth_init(), clothModifier_do(), copy_particlesystem(), copyData(), direct_link_modifiers(), direct_link_particlesystems(), do_hair_dynamics(), do_init_cloth(), do_versions(), free_hair(), freeData(), initData(), and lib_link_particlesystems().
Definition at line 474 of file DNA_modifier_types.h.
Referenced by BKE_ptcache_id_from_cloth(), bpath_traverse_id(), copyData(), direct_link_modifiers(), do_versions(), free_hair(), freeData(), initData(), lib_link_particlesystems(), and write_modifiers().
struct Scene* ClothModifierData::scene |
Definition at line 469 of file DNA_modifier_types.h.
Referenced by cloth_bvh_objcollision(), cloth_calc_force(), clothModifier_do(), do_step_cloth(), and hair_velocity_smoothing().
Definition at line 471 of file DNA_modifier_types.h.
Referenced by applyModifier(), cloth_apply_vgroup(), cloth_build_springs(), cloth_bvh_objcollision(), cloth_calc_force(), cloth_calc_spring_force(), cloth_collision_response_static(), cloth_free_modifier(), cloth_free_modifier_extern(), cloth_from_object(), cloth_init(), cloth_uses_vgroup(), clothModifier_do(), copyData(), direct_link_modifiers(), direct_link_particlesystems(), do_hair_dynamics(), do_step_cloth(), do_versions(), foreachIDLink(), freeData(), get_orco_coords_dm(), hair_velocity_smoothing(), implicit_solver(), initData(), requiredDataMask(), vgroup_remap_update_users(), write_modifiers(), and write_particlesystems().