mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--User changes
-Allow the user to resume a finished render in the final render dialog with a higher quality. This only applies to rendering a single image with no strips. -Make clear xaos apply to all when Apply All is checked.
This commit is contained in:
@ -647,7 +647,9 @@ static bool StripsRender(RendererBase* renderer, Ember<T>& ember, vector<v4F>& f
|
||||
ember.m_Quality /= strips;
|
||||
ember.m_FinalRasH = realHeight;
|
||||
ember.m_CenterY = centerY;
|
||||
renderer->SetEmber(ember);//Further processing will require the dimensions to match the original ember, so re-assign.
|
||||
|
||||
if (strips > 1)
|
||||
renderer->SetEmber(ember);//Further processing will require the dimensions to match the original ember, so re-assign.
|
||||
|
||||
if (success)
|
||||
allStripsFinished(ember);
|
||||
|
Reference in New Issue
Block a user