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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-07-04 11:35:54 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-07-04 11:35:54 +0400
commit592196cb701f72780288a3606e5186fd42b6b850 (patch)
treeb846e5606928472e5cd78bf4c4ae089eaa45fd50 /source/blender/makesdna/DNA_object_force.h
parentfacc2429ab1dc7741d3e795216a27063ac1192b7 (diff)
Revert the DNA pdef_stickness -> pdef_stickiness part of r48556.
Forgot DNA needed stable names... :/ Correct spelling would involve keeping the old one for load code anyway, so better live with incorrect spelling here.
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index ac5dc14c530..1dd2aa6c59b 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -89,7 +89,7 @@ typedef struct PartDeflect {
float pdef_perm; /* Chance of particle passing through mesh */
float pdef_frict; /* Friction factor for particle deflection */
float pdef_rfrict; /* Random element of friction for deflection */
- float pdef_stickiness;/* surface particle stickiness */
+ float pdef_stickness;/* surface particle stickiness */
float absorption; /* used for forces */