projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add 'loop slide' option to bevel. See T45260
[blender.git]
/
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 1fc66b9b016ea3cb42b036103af42e98ec4fd11b..8319dc3a874c211a32a136d05ba7ffbf4ffc3279 100644
(file)
--- 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_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) */
};
/* BevelModifierData->val_flags (not used as flags any more) */