BMesh: remove duplicate argument for wireframe op

This commit is contained in:
Campbell Barton 2017-05-17 20:08:20 +10:00
parent 40e6f65ea1
commit f674bc90e2
1 changed files with 0 additions and 1 deletions

View File

@ -1912,7 +1912,6 @@ static BMOpDefine bmo_wireframe_def = {
{"use_even_offset", BMO_OP_SLOT_BOOL},
{"use_crease", BMO_OP_SLOT_BOOL},
{"crease_weight", BMO_OP_SLOT_FLT},
{"thickness", BMO_OP_SLOT_FLT},
{"use_relative_offset", BMO_OP_SLOT_BOOL},
{"material_offset", BMO_OP_SLOT_INT},
{{'\0'}},