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>2013-04-07 09:13:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-07 09:13:00 +0400
commit36cc2fd6da09c75a28b8c9d4871d513caaf2ac69 (patch)
tree170068ded2194ada00d0b86d4ac3cf5edfe92ac6 /source/blender/bmesh/intern/bmesh_opdefines.c
parent6f1f897d342a632c959e3507a9de3c0df4f71eef (diff)
mesh inset tool - option to interpolate UV's vcols etc, on by default since this is almost always what you'd want.
currently only working for inset-individual, inset-region coming next.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_opdefines.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_opdefines.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c
index a84958f6827..41e18756559 100644
--- a/source/blender/bmesh/intern/bmesh_opdefines.c
+++ b/source/blender/bmesh/intern/bmesh_opdefines.c
@@ -1511,6 +1511,7 @@ static BMOpDefine bmo_inset_individual_def = {
{"thickness", BMO_OP_SLOT_FLT},
{"depth", BMO_OP_SLOT_FLT},
{"use_even_offset", BMO_OP_SLOT_BOOL},
+ {"use_interpolate", BMO_OP_SLOT_BOOL},
{{'\0'}},
},
/* slots_out */