mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
New feature to bulk add smart annotations to objects
This commit is contained in:
@@ -658,10 +658,14 @@ class BIM_PT_text(Panel):
|
||||
props = context.active_object.data.BIMTextProperties
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'font_size')
|
||||
row.operator('bim.propagate_text_data')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'font_size')
|
||||
row = layout.row()
|
||||
row.prop(props, 'symbol')
|
||||
row = layout.row()
|
||||
row.prop(props, 'related_element')
|
||||
|
||||
row = layout.row()
|
||||
row.operator('bim.add_variable')
|
||||
@@ -671,8 +675,6 @@ class BIM_PT_text(Panel):
|
||||
row.prop(variable, 'name')
|
||||
row.operator('bim.remove_variable', icon='X', text='').index = index
|
||||
row = layout.row()
|
||||
row.prop(variable, 'global_id')
|
||||
row = layout.row()
|
||||
row.prop(variable, 'prop_key')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user