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>2020-06-13 05:50:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-13 05:50:19 +0300
commita35de34eb78aba5e08938066c0ecdcb05f677a8f (patch)
tree7f207e463990d5050174fe0dfa9cc220f64c7b58 /source/blender/makesdna
parentdea2c3f256435f6384c1b42e9073a014489011b0 (diff)
Cleanup: clang-format, unused variable
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_cloth_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h
index 2b66bb771e1..9d9ee711339 100644
--- a/source/blender/makesdna/DNA_cloth_types.h
+++ b/source/blender/makesdna/DNA_cloth_types.h
@@ -109,7 +109,8 @@ typedef struct ClothSimSettings {
pressure=( (current_volume/target_volume) - 1 + uniform_pressure_force) *
pressure_factor */
float pressure_factor;
- /* Density of the fluid inside or outside the object for use in the hydrostatic pressure gradient. */
+ /* Density of the fluid inside or outside the object for use in the hydrostatic pressure
+ * gradient. */
float fluid_density;
short vgroup_pressure;
char _pad7[6];