Add support for custom titleblocks, and provide presets for A1, A2, A3 sizes

This commit is contained in:
Dion Moult
2020-08-28 23:16:25 +10:00
parent 0c145dd885
commit 6bc05c5bdc
9 changed files with 442 additions and 13 deletions
+1 -1
View File
@@ -785,10 +785,10 @@ class BIM_PT_sheets(Panel):
def draw(self, context):
layout = self.layout
layout.use_property_split = True
props = bpy.context.scene.DocProperties
row = layout.row(align=True)
row.prop(props, 'titleblock', text='')
row.operator('bim.add_sheet')
if props.sheets: