mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Window modifier - fixed bug in bmesh
This commit is contained in:
@@ -171,7 +171,7 @@ def create_bm_window_closed_profile(bm, size: Vector, thickness: float, position
|
||||
|
||||
bmesh.ops.translate(bm, vec=position, verts=new_verts + translate_verts)
|
||||
|
||||
return new_verts
|
||||
return new_verts + translate_verts
|
||||
|
||||
|
||||
def update_window_modifier_bmesh(context):
|
||||
|
||||
Reference in New Issue
Block a user