Skip to content
Snippets Groups Projects
Commit 70d1e306 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Cleanup: use boolean value for boolean parameter...

parent a4d7aa61
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ def face_inset_fillet(bme, face_index_list, inset_amount, distance,
bme.faces.ensure_lookup_table()
# loops through the faces...
f = bme.faces[faceindex]
f.select_set(0)
f.select_set(False)
list_del.append(f)
f.normal_update()
vertex_index_list = [v.index for v in f.verts]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment