mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--User changes
-Show image index in the library and sequence trees. -Add progress bar showing when preview renders are complete. -Automatically show animation preview when sequence generation is done. -Add the ability in the final render dialog to start a render within a sequence from a given point, rather than always having to start from the beginning. --Allow using the image index as its name rather than the file name.
This commit is contained in:
@ -60,8 +60,9 @@ public:
|
||||
bool Double();
|
||||
bool SaveXml();
|
||||
bool DoAll();
|
||||
bool DoSequence();
|
||||
bool Png16Bit();
|
||||
bool DoSequence();
|
||||
bool UseNumbers();
|
||||
bool KeepAspect();
|
||||
bool ApplyToAll();
|
||||
eScaleType Scale();
|
||||
@ -72,6 +73,7 @@ public:
|
||||
QString Prefix();
|
||||
QString Suffix();
|
||||
uint Current();
|
||||
uint StartAt();
|
||||
uint ThreadCount();
|
||||
int ThreadPriority();
|
||||
double OpenCLSubBatchPct();
|
||||
|
Reference in New Issue
Block a user