mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 21:24:55 -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:
@ -22,7 +22,6 @@ struct FinalRenderGuiState
|
||||
{
|
||||
bool m_EarlyClip;
|
||||
bool m_YAxisUp;
|
||||
bool m_AlphaChannel;
|
||||
bool m_Transparency;
|
||||
bool m_OpenCL;
|
||||
bool m_Double;
|
||||
@ -31,12 +30,14 @@ struct FinalRenderGuiState
|
||||
bool m_Png16Bit;
|
||||
bool m_DoSequence;
|
||||
bool m_KeepAspect;
|
||||
bool m_UseNumbers;
|
||||
eScaleType m_Scale;
|
||||
QString m_Path;
|
||||
QString m_Ext;
|
||||
QString m_Prefix;
|
||||
QString m_Suffix;
|
||||
QList<QVariant> m_Devices;
|
||||
uint m_StartAt;
|
||||
uint m_ThreadCount;
|
||||
int m_ThreadPriority;
|
||||
double m_SubBatchPct;
|
||||
|
Reference in New Issue
Block a user