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:
authorTon Roosendaal <ton@blender.org>2005-11-12 14:54:58 +0300
committerTon Roosendaal <ton@blender.org>2005-11-12 14:54:58 +0300
commitc7c7ccccae0ca5d3d413855d481e9ba5057ba924 (patch)
treec654c4d4beea02b72ac548176369459da68573a1 /source/blender/makesdna/DNA_object_force.h
parent18b8f66a6866416deb7f887c92bd425800143562 (diff)
Hairdresser request;
"Additive" Guides. See also: http://www.blender3d.org/cms/New_Particle_options_a.721.0.html This Guide type uses the falloff distance to also define how much the particle (or hair strand) goes over the path, allowing to create local extremes, or only local particle generating or hairgrowth. Nice for spiky haircuts!
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index 60a60cf22f3..5d716ffcafe 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -107,8 +107,9 @@ typedef struct SoftBody {
#define PFIELD_GUIDE 5
/* pd->flag: various settings */
-#define PFIELD_USEMAX 1
-#define PDEFLE_DEFORM 2
+#define PFIELD_USEMAX 1
+#define PDEFLE_DEFORM 2
+#define PFIELD_GUIDE_PATH_ADD 4
/* ob->softflag */
#define OB_SB_ENABLE 1