mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +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
|
mat.translation = xyz
|
||||||
annotation_offset = mathutils.Vector((0, 0, -camera.data.clip_start - 0.05))
|
annotation_offset = mathutils.Vector((0, 0, -camera.data.clip_start - 0.05))
|
||||||
annotation_offset = camera.matrix_world.to_quaternion() @ annotation_offset
|
annotation_offset = camera.matrix_world.to_quaternion() @ annotation_offset
|
||||||
mat.translation += xyz
|
mat.translation += annotation_offset
|
||||||
return mat
|
return mat
|
||||||
|
|
||||||
if cls.is_perpendicular(camera, reference_obj) and cls.is_intersecting(camera, reference_obj):
|
if cls.is_perpendicular(camera, reference_obj) and cls.is_intersecting(camera, reference_obj):
|
||||||
|
|||||||
Reference in New Issue
Block a user