Users can now specify a symbol for text annotation

This commit is contained in:
Dion Moult
2020-05-04 09:35:35 +10:00
parent be2556aa0c
commit 7410d75ef5
5 changed files with 34 additions and 2 deletions
@@ -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"