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:
authorJanne Karhu <jhkarh@gmail.com>2009-07-05 16:36:20 +0400
committerJanne Karhu <jhkarh@gmail.com>2009-07-05 16:36:20 +0400
commit46f6cdcdcc68917bf54926a72aae34a061c4ec7f (patch)
treea272257428f927ee94d7caa25763c0e39dc57f8d /source/blender/makesdna/DNA_modifier_types.h
parent7055702530f778ebf66e53bc4336e812fb0cd885 (diff)
Added a particle instance modifier option to use particle size.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 1fa17760e8d..49a6fd4daf0 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -504,6 +504,7 @@ typedef enum {
eParticleInstanceFlag_Alive = (1<<4),
eParticleInstanceFlag_Dead = (1<<5),
eParticleInstanceFlag_KeepShape = (1<<6),
+ eParticleInstanceFlag_UseSize = (1<<7),
} ParticleInstanceModifierFlag;
typedef struct ParticleInstanceModifierData {