mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-17 05:34:50 -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:
@ -206,7 +206,10 @@ void Fractorium::FillXaosTable()
|
||||
template <typename T>
|
||||
void FractoriumEmberController<T>::ClearXaos()
|
||||
{
|
||||
Update([&] { m_Ember.ClearXaos(); });
|
||||
UpdateAll([&](Ember<T>& ember, bool isMain)
|
||||
{
|
||||
ember.ClearXaos();
|
||||
}, true, eProcessAction::FULL_RENDER, m_Fractorium->ApplyAll());
|
||||
FillXaos();
|
||||
FillAppliedXaos();
|
||||
}
|
||||
|
Reference in New Issue
Block a user