Skip to content

Commit 4a0bbf3

Browse files
DoobesURUHoikas
authored andcommitted
Initial Commit
* Adds a color picker to the UI to choose font color for DynText
1 parent fec0030 commit 4a0bbf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

korman/ui/modifiers/render.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def dynatext(modifier, layout, context):
123123
sub.alert = not modifier.font_face.strip()
124124
sub.prop(modifier, "font_face", text="", icon="OUTLINER_DATA_FONT")
125125
col.prop(modifier, "font_size", text="Size")
126+
col.prop(modifier, "font_color", text="")
126127

127128
layout.separator()
128129
split = layout.split()

0 commit comments

Comments
 (0)