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_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index cfd4a68a841..a023237d847 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -174,7 +174,7 @@ typedef struct BuildModifierData {
float start, length;
short flag;
-
+
short randomize; /* (bool) whether order of vertices is randomized - legacy files (for readfile conversion) */
int seed; /* (int) random seed */
} BuildModifierData;
@@ -612,7 +612,7 @@ typedef struct ClothModifierData {
float hair_grid_max[3];
int hair_grid_res[3];
float hair_grid_cellsize;
-
+
struct ClothSolverResult *solver_result;
} ClothModifierData;
@@ -960,7 +960,7 @@ typedef struct OceanModifierData {
struct Ocean *ocean;
struct OceanCache *oceancache;
-
+
int resolution;
int spatial_size;