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>2018-12-05 20:21:13 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-12-05 22:54:02 +0300
commitc0baa648dc58ca57a264be832beafc3bcb1e63da (patch)
tree9a6e7677fe7b9f586ef874d95a63bad4016620e7 /source/blender/makesdna/DNA_modifier_types.h
parentf692886164630f9599183151481712a40de8fa45 (diff)
Minor cleanup in Laplacian deform modifier DNA code.
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index c5045caec9c..1d8df99af7a 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1539,9 +1539,9 @@ typedef struct LaplacianDeformModifierData {
} LaplacianDeformModifierData;
-/* Smooth modifier flags */
+/* Laplacian Deform modifier flags */
enum {
- MOD_LAPLACIANDEFORM_BIND = 1,
+ MOD_LAPLACIANDEFORM_BIND = 1 << 0,
};
/* many of these options match 'solidify' */