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:
-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' */