mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--User changes
-Allow for saving EXR as full 31-bit float per component per pixel. -Allow for saving the output from the final render dialog as a different image format without starting the rendering process over. --Code changes: -Make StripsRender() handle memsetting the final output image so calling code no longer has to. -Make FinalRenderEmberController<T>::SaveCurrentRender() return the path that the image was actually saved to.
This commit is contained in:
@ -112,6 +112,7 @@ public slots:
|
||||
void OnPrefixChanged(const QString& s);
|
||||
void OnSuffixChanged(const QString& s);
|
||||
void OnQualityBumpClicked();
|
||||
void OnSaveAgainAsClicked();
|
||||
void OnRenderClicked(bool checked);
|
||||
void OnPauseClicked(bool checked);
|
||||
void OnCancelRenderClicked(bool checked);
|
||||
|
Reference in New Issue
Block a user