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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-11-14 16:45:46 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:07 +0300
commit95f9726173671ce16a29b0097b8b371004d6750e (patch)
tree901f9cea96f826649776668bc101c25de29d9770 /source/blender/makesdna/DNA_modifier_types.h
parent7c153c3a3d9bfaa2ec185791b56b7cf8f69df96e (diff)
A bunch of debug drawing changes.
Conflicts: source/blender/physics/intern/BPH_mass_spring.cpp
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 09271b03b57..f001463944b 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -570,7 +570,7 @@ typedef struct ClothModifierData {
float hair_grid_min[3];
float hair_grid_max[3];
int hair_grid_res[3];
- int pad;
+ float hair_grid_cellsize;
struct ClothSolverResult *solver_result;