From 867cad85b7af1059b79b5ad70b046c3f68f17b69 Mon Sep 17 00:00:00 2001 From: Janne Karhu Date: Mon, 22 Mar 2010 17:12:08 +0000 Subject: Fix for [#21103] Updating bugs in Particle Mode --- source/blender/makesdna/DNA_scene_types.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index bd5c2e1c325..ed0640690a5 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -534,9 +534,10 @@ typedef struct ImagePaintSettings { } ImagePaintSettings; typedef struct ParticleBrushData { - short size, strength; /* common settings */ - short step, invert; /* for specific brushes only */ - int flag, pad; + short size; /* common setting */ + short step, invert, count; /* for specific brushes only */ + int flag; + float strength; } ParticleBrushData; typedef struct ParticleEditSettings { -- cgit v1.2.3