Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_cloth_types.h')
-rw-r--r--source/blender/makesdna/DNA_cloth_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h
index 1eff7be3f15..386590ad26c 100644
--- a/source/blender/makesdna/DNA_cloth_types.h
+++ b/source/blender/makesdna/DNA_cloth_types.h
@@ -52,7 +52,7 @@ typedef struct ClothSimSettings {
float Cvi;
/** Gravity/external force vector. */
float gravity[3];
- /** This is the duration of our time step, computed.. */
+ /** This is the duration of our time step, computed. */
float dt;
/** The mass of the entire cloth. */
float mass;
@@ -78,9 +78,9 @@ typedef struct ClothSimSettings {
float time_scale;
/** See SB. */
float maxgoal;
- /** Scaling of effector forces (see softbody_calc_forces)..*/
+ /** Scaling of effector forces (see #softbody_calc_forces). */
float eff_force_scale;
- /** Scaling of effector wind (see softbody_calc_forces).. */
+ /** Scaling of effector wind (see #softbody_calc_forces). */
float eff_wind_scale;
float sim_time_old;
float defgoal;