mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Fix bug where box decoration when adding empty geometry failed
This commit is contained in:
@@ -466,7 +466,7 @@ def get_product_preview_data(context, relating_type):
|
||||
data["verts"] = [tuple(obj_type.matrix_world.inverted() @ Vector(v)) for v in data["verts"]]
|
||||
data["verts"] = [tuple(rot_mat @ (Vector((v[0], v[1], (v[2] + rl)))) + mouse_point) for v in data["verts"]]
|
||||
|
||||
return data
|
||||
return data
|
||||
|
||||
|
||||
class PolylineOperator:
|
||||
|
||||
Reference in New Issue
Block a user