--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:
Person
2023-12-19 13:24:50 -07:00
parent c3078f018a
commit 9990d538f6
20 changed files with 191 additions and 93 deletions

View File

@ -6264,8 +6264,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>144</width>
<height>58</height>
<width>269</width>
<height>650</height>
</rect>
</property>
<property name="sizePolicy">
@ -7485,6 +7485,11 @@
<attribute name="headerMinimumSectionSize">
<number>27</number>
</attribute>
<column>
<property name="text">
<string>Index</string>
</property>
</column>
<column>
<property name="text">
<string>Current Flame File</string>
@ -8215,7 +8220,12 @@
</attribute>
<column>
<property name="text">
<string>Sequence</string>
<string>Index</string>
</property>
</column>
<column>
<property name="text">
<string>Image</string>
</property>
</column>
</widget>