After talking to Troy Sobotka, separated the time mapping UI a bit and added a label. It should be less obscure now

This commit is contained in:
Daniel Salazar 2011-01-26 06:08:26 +00:00
parent fb08dc11e3
commit c47eb461ac

@ -584,6 +584,8 @@ class RENDER_PT_dimensions(RenderButtonsPanel, bpy.types.Panel):
sub.prop(rd, "fps") sub.prop(rd, "fps")
sub.prop(rd, "fps_base", text="/") sub.prop(rd, "fps_base", text="/")
subrow = sub.row(align=True) subrow = sub.row(align=True)
subrow.label(text="Time Remapping:")
subrow = sub.row(align=True)
subrow.prop(rd, "frame_map_old", text="Old") subrow.prop(rd, "frame_map_old", text="Old")
subrow.prop(rd, "frame_map_new", text="New") subrow.prop(rd, "frame_map_new", text="New")