Browse Source

Initial Commit

* Adds a color picker to the UI to choose font color for DynText
master
Patrick Dulebohn 2 months ago committed by Adam Johnson
parent
commit
4a0bbf3bfd
  1. 1
      korman/ui/modifiers/render.py

1
korman/ui/modifiers/render.py

@ -123,6 +123,7 @@ def dynatext(modifier, layout, context):
sub.alert = not modifier.font_face.strip()
sub.prop(modifier, "font_face", text="", icon="OUTLINER_DATA_FONT")
col.prop(modifier, "font_size", text="Size")
col.prop(modifier, "font_color", text="")
layout.separator()
split = layout.split()

Loading…
Cancel
Save