This commit is contained in:
Andrej730
2025-01-29 17:25:25 +05:00
parent 871710a0aa
commit 0599138bca
@@ -50,7 +50,7 @@ class SheetBuilder:
sheet_dir = os.path.dirname(layout_path)
ootb_titleblock_path = tool.Blender.get_data_dir_path(
Path("templates") / "titleblock" / (titleblock_name + ".svg")
Path("templates") / "titleblocks" / (titleblock_name + ".svg")
)
titleblock_path = tool.Ifc.resolve_uri(tool.Drawing.get_default_titleblock_path(titleblock_name))