mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Fix #4477
This commit is contained in:
@@ -142,6 +142,8 @@ class Helper:
|
|||||||
total_groups = 0
|
total_groups = 0
|
||||||
is_circle = False
|
is_circle = False
|
||||||
for group_type, group_indices in groups.items():
|
for group_type, group_indices in groups.items():
|
||||||
|
if not group_indices:
|
||||||
|
continue
|
||||||
is_special, group_index = tool.Blender.bmesh_check_vertex_in_groups(vert, deform_layer, group_indices)
|
is_special, group_index = tool.Blender.bmesh_check_vertex_in_groups(vert, deform_layer, group_indices)
|
||||||
if not is_special:
|
if not is_special:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user