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>2019-03-15 01:41:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-15 01:50:02 +0300
commit395a0acdb88338b9790ecefd142f4010df6b955d (patch)
tree9cd222892c0722f1afc6b7a9fc2bed729ad01030 /source/blender/makesdna/DNA_object_force_types.h
parent23272ee099272e3b6e8c27a50733825168539c3d (diff)
Cleanup: style, use doxygen for comments
Diffstat (limited to 'source/blender/makesdna/DNA_object_force_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_force_types.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/blender/makesdna/DNA_object_force_types.h b/source/blender/makesdna/DNA_object_force_types.h
index e09df0635ef..c5391d7c6d2 100644
--- a/source/blender/makesdna/DNA_object_force_types.h
+++ b/source/blender/makesdna/DNA_object_force_types.h
@@ -382,18 +382,18 @@ typedef struct SoftBody {
/* self collision*/
/** Fixed collision ball size if > 0. */
float colball;
- /** Cooling down collision response . */
+ /** Cooling down collision response. */
float balldamp;
- /** Pressure the ball is loaded with . */
+ /** Pressure the ball is loaded with. */
float ballstiff;
short sbc_mode;
- short aeroedge,
- minloops,
- maxloops,
- choke,
- solver_ID,
- plastic, springpreload
- ;
+ short aeroedge;
+ short minloops;
+ short maxloops;
+ short choke;
+ short solver_ID;
+ short plastic;
+ short springpreload;
/** Scratchpad/cache on live time not saved in file. */
struct SBScratch *scratch;