Merged changes in the trunk up to revision 27992.
This commit is contained in:
@@ -566,8 +566,8 @@ class RENDER_PT_dimensions(RenderButtonsPanel):
|
||||
col = split.column()
|
||||
sub = col.column(align=True)
|
||||
sub.label(text="Frame Range:")
|
||||
sub.prop(scene, "start_frame", text="Start")
|
||||
sub.prop(scene, "end_frame", text="End")
|
||||
sub.prop(scene, "frame_start", text="Start")
|
||||
sub.prop(scene, "frame_end", text="End")
|
||||
sub.prop(scene, "frame_step", text="Step")
|
||||
|
||||
sub.label(text="Frame Rate:")
|
||||
|
||||
Reference in New Issue
Block a user