From f7717b2e80907a974b472d0ee786f63b06efa40c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 21 Apr 2010 11:59:47 +0000 Subject: option to use curve point weights to influence particle effectors. --- source/blender/makesdna/DNA_object_force.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_object_force.h') diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h index 29a188c0f92..ca8b6640226 100644 --- a/source/blender/makesdna/DNA_object_force.h +++ b/source/blender/makesdna/DNA_object_force.h @@ -330,6 +330,7 @@ typedef struct SoftBody { #define PFIELD_VISIBILITY (1<<13) #define PFIELD_DO_LOCATION (1<<14) #define PFIELD_DO_ROTATION (1<<15) +#define PFIELD_GUIDE_PATH_WEIGHT (1<<16) /* apply curve weights */ /* pd->falloff */ #define PFIELD_FALL_SPHERE 0 -- cgit v1.2.3