Default Keyframe Type: Some UI tweaks
* Don't show name of keyframe type in timeline header. It's getting a bit too crowded for that, so just show the keyframe icon. Hopefully that will be enough. * Tweaked the tooltip and label to make it clearer what the setting is for
This commit is contained in:
@@ -87,7 +87,7 @@ class TIME_HT_header(Header):
|
||||
subsub = row.row(align=True)
|
||||
subsub.prop(toolsettings, "use_record_with_nla", toggle=True)
|
||||
|
||||
layout.prop(toolsettings, "keyframe_type", text="")
|
||||
layout.prop(toolsettings, "keyframe_type", text="", icon_only=True)
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.prop_search(scene.keying_sets_all, "active", scene, "keying_sets_all", text="")
|
||||
|
Reference in New Issue
Block a user