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:
authorCampbell Barton <ideasman42@gmail.com>2021-02-13 09:44:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-13 09:44:51 +0300
commitfea335fe8bd01675243953e41f59f156e44f1e94 (patch)
tree7d14301caa35270b4a3077340f4a33814d683d12 /source/blender/makesdna/DNA_cloth_types.h
parent474947c465d5c78b548669795095663b4970b718 (diff)
Cleanup: spelling
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;