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:
authorCampbell Barton <ideasman42@gmail.com>2015-04-26 11:31:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-26 11:31:54 +0300
commitc2f7cffd56afffcceda11813a3dcc0a93d84673a (patch)
tree76c1f5e70b86e3c8a9b8e750be99d1b7ca2996fd /source/blender/bmesh/intern/bmesh_operators.h
parentd33314393ebb7ce68ee599fb4f3e07bcb7983759 (diff)
Add inverse-square falloff to bmesh, mask & compo.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index d2ce2faf09d..d9961e589da 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -46,6 +46,7 @@ enum {
SUBD_FALLOFF_ROOT,
SUBD_FALLOFF_SHARP,
SUBD_FALLOFF_LIN,
+ SUBD_FALLOFF_INVSQUARE = 7, /* matching PROP_INVSQUARE */
};
enum {