[Bf-blender-cvs] [c0baa648dc5] blender2.8: Minor cleanup in Laplacian deform modifier DNA code.

Bastien Montagne noreply at git.blender.org
Wed Dec 5 20:54:16 CET 2018


Commit: c0baa648dc58ca57a264be832beafc3bcb1e63da
Author: Bastien Montagne
Date:   Wed Dec 5 18:21:13 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBc0baa648dc58ca57a264be832beafc3bcb1e63da

Minor cleanup in Laplacian deform modifier DNA code.

===================================================================

M	source/blender/makesdna/DNA_modifier_types.h

===================================================================

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



More information about the Bf-blender-cvs mailing list