Merged changes in the trunk up to revision 27992.

This commit is contained in:
2010-04-04 19:50:22 +00:00
247 changed files with 15282 additions and 11754 deletions

View File

@@ -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:")