mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--User changes
Allow for setting rendering thread priorities from the command line and final render dialog. Currently only implemented on Windows. Show estimated time left on the final render dialog. Sort palette list by name, instead of by index in the palette file. Sorting can be flipped by clicking the column headers of the palette table. --Code changes Remove unnecessary connect() statement in Variations tab.
This commit is contained in:
@ -976,8 +976,8 @@ public:
|
||||
//were directly written to, must manually call them here.
|
||||
CacheXforms();
|
||||
|
||||
//Need to merge chaos. Original does chaos all the time, but really only need to do it if at least one xform in at least one ember uses it, else skip.
|
||||
//Omit final xform from chaos processing.
|
||||
//Need to merge xaos. Original does xaos all the time, but really only need to do it if at least one xform in at least one ember uses it, else skip.
|
||||
//Omit final xform from xaos processing.
|
||||
if (Interpolater<T>::AnyXaosPresent(embers, size))
|
||||
{
|
||||
for (size_t i = 0; i < XformCount(); i++)
|
||||
|
Reference in New Issue
Block a user