mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
Fix misplaced section/elevation symbols
Looks like a simple typo, closes #5131
This commit is contained in:
@@ -1372,7 +1372,7 @@ class Drawing(blenderbim.core.tool.Drawing):
|
||||
mat.translation = xyz
|
||||
annotation_offset = mathutils.Vector((0, 0, -camera.data.clip_start - 0.05))
|
||||
annotation_offset = camera.matrix_world.to_quaternion() @ annotation_offset
|
||||
mat.translation += xyz
|
||||
mat.translation += annotation_offset
|
||||
return mat
|
||||
|
||||
if cls.is_perpendicular(camera, reference_obj) and cls.is_intersecting(camera, reference_obj):
|
||||
|
||||
Reference in New Issue
Block a user