mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -04:00
--User changes
-No longer automatically set sequence checkbox in the final render dialog when rendering a sequence. It's an outdated option for today's hardware. --Bug fixes -Properly count the number of images in the final render dialog when starting from a non-zero offset.
This commit is contained in:
@ -974,7 +974,7 @@ void FractoriumFinalRenderDialog::showEvent(QShowEvent* e)
|
||||
if (m_FromSequence)
|
||||
{
|
||||
ui.FinalRenderDoAllCheckBox->setChecked(true);
|
||||
ui.FinalRenderDoSequenceCheckBox->setChecked(true);
|
||||
//ui.FinalRenderDoSequenceCheckBox->setChecked(true);
|
||||
ui.FinalRenderApplyToAllCheckBox->setChecked(true);
|
||||
m_PrefixEdit->setText(firstfile + "_");
|
||||
}
|
||||
|
Reference in New Issue
Block a user