mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Users can now specify a symbol for text annotation
This commit is contained in:
@@ -660,6 +660,9 @@ class BIM_PT_text(Panel):
|
||||
row = layout.row()
|
||||
row.prop(props, 'font_size')
|
||||
|
||||
row = layout.row()
|
||||
row.prop(props, 'symbol')
|
||||
|
||||
|
||||
class BIM_PT_owner(Panel):
|
||||
bl_label = "Owner History"
|
||||
|
||||
Reference in New Issue
Block a user