Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_cloth_types.h
| Context not available. | |||||
| float max_sewing; /* max sewing force */ | float max_sewing; /* max sewing force */ | ||||
| float avg_spring_len; /* used for normalized springs */ | float avg_spring_len; /* used for normalized springs */ | ||||
| float timescale; /* parameter how fast cloth runs */ | float timescale; /* parameter how fast cloth runs */ | ||||
| float time_multiplier; /* multiplies cloth speed */ | |||||
| float maxgoal; /* see SB */ | float maxgoal; /* see SB */ | ||||
| float eff_force_scale;/* Scaling of effector forces (see softbody_calc_forces).*/ | float eff_force_scale;/* Scaling of effector forces (see softbody_calc_forces).*/ | ||||
| float eff_wind_scale; /* Scaling of effector wind (see softbody_calc_forces). */ | float eff_wind_scale; /* Scaling of effector wind (see softbody_calc_forces). */ | ||||
| Context not available. | |||||
| short presets; /* used for presets on GUI */ | short presets; /* used for presets on GUI */ | ||||
| short reset; | short reset; | ||||
| char pad0[4]; | |||||
| struct EffectorWeights *effector_weights; | struct EffectorWeights *effector_weights; | ||||
| } ClothSimSettings; | } ClothSimSettings; | ||||
| Context not available. | |||||