From 90e46ae6c007b30f1b2d124a5561ec4fbbf35bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Tue, 13 Jan 2015 19:41:25 +0100 Subject: Optional randomization factors for the spiral radius and axis orientation. --- source/blender/makesdna/DNA_particle_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index ffe1a8dba05..819e3109d6d 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -219,6 +219,7 @@ typedef struct ParticleSettings { float kink_amp, kink_freq, kink_shape, kink_flat; float kink_amp_clump; int kink_extra_steps, pad; + float kink_axis_random, kink_amp_random; /* rough */ float rough1, rough1_size; float rough2, rough2_size, rough2_thres; -- cgit v1.2.3