mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Add support for custom titleblocks, and provide presets for A1, A2, A3 sizes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user