mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-16 13:14:51 -04:00
--Code changes
-Fix up Miche's work on allowing a small subset of parameters to be copied from the main window to the final render dialog when doing save/render again.
This commit is contained in:
@ -1194,6 +1194,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="FinalRenderSaveAgainAsButton">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Save the rendered image again using the specified file type.</p><p>This will copy in the values for Brightness, Gamma, Gamma Threshold, Vibrancy, Highlight Power, K2, Spatial Filter Type/Width, MinDE, MaxDE and CurveDE from the main window, and if any have changed, it will perform the filtering and imaging steps of the rendering process again before saving.</p><p>The values will not be copied from the main window if Strips is greater than 1.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save Again As</string>
|
||||
</property>
|
||||
@ -1207,6 +1210,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="FinalRenderBumpQualityStartButton">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Render with the additional quality specified, picking up where the last render left off.</p><p>This will copy in the values for Brightness, Gamma, Gamma Threshold, Vibrancy, Highlight Power, K2, Spatial Filter Type/Width, MinDE, MaxDE and CurveDE from the main window and will apply them in the filtering and imaging steps of the rendering process.</p></body></html></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add Quality</string>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user