X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/51e9a814c9f4d27ab4d67b3a9df9b23f44c92b3d..12aff8d783b6d9e9507dbd8747d8e343c2c526ec:/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 1fc66b9b016..8319dc3a874 100644 --- a/source/blender/makesdna/DNA_modifier_types.h +++ b/source/blender/makesdna/DNA_modifier_types.h @@ -338,6 +338,7 @@ enum { /* MOD_BEVEL_EVEN = (1 << 11), */ /* MOD_BEVEL_DIST = (1 << 12), */ /* same as above */ MOD_BEVEL_OVERLAP_OK = (1 << 13), + MOD_BEVEL_LOOP_SLIDE = (1 << 14), }; /* BevelModifierData->val_flags (not used as flags any more) */