quick fix for render
This commit is contained in:
@@ -127,11 +127,16 @@ namespace anm2ed::imgui
|
|||||||
|
|
||||||
renderFrames.clear();
|
renderFrames.clear();
|
||||||
|
|
||||||
pan = savedPan;
|
if (settings.renderIsRawAnimation)
|
||||||
zoom = savedZoom;
|
{
|
||||||
settings = savedSettings;
|
|
||||||
overlayIndex = savedOverlayIndex;
|
settings = savedSettings;
|
||||||
isSizeTrySet = true;
|
|
||||||
|
pan = savedPan;
|
||||||
|
zoom = savedZoom;
|
||||||
|
overlayIndex = savedOverlayIndex;
|
||||||
|
isSizeTrySet = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (settings.timelineIsSound) audioStream.capture_end(mixer);
|
if (settings.timelineIsSound) audioStream.capture_end(mixer);
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
[h2]Anm2Ed[/h2]
|
[h2]Anm2Ed[/h2]
|
||||||
|
|
||||||
A reimplementation of [i]The Binding of Isaac: Rebirth[/i]'s proprietary animation editor. Manipulates the XML-based ".anm2" format, used for in-game tweened animations.
|
A reimplementation of [i]The Binding of Isaac: Rebirth[/i]'s proprietary animation editor. Manipulates the XML-based ".anm2" format, used for in-game tweened animations.
|
||||||
|
|
||||||
[h2]Features[/h2]
|
[h2]Features[/h2]
|
||||||
[list]
|
[list]
|
||||||
@@ -35,11 +35,11 @@ You will need FFmpeg installed! Get it from [url=https://ffmpeg.org/download.htm
|
|||||||
[h2]Download (Windows)[/h2]
|
[h2]Download (Windows)[/h2]
|
||||||
https://github.com/ShweetsStuff/anm2ed/releases
|
https://github.com/ShweetsStuff/anm2ed/releases
|
||||||
|
|
||||||
Alternatively, if you have subscribed to the mod, you can find the latest release inside the "resources" folder. Once downloaded, you can put it wherever you want.
|
Alternatively, if you have subscribed to the mod, you can find the latest release inside the "resources" folder. Once downloaded, you can put it wherever you want.
|
||||||
|
|
||||||
[h3]Happy animating![/h3]
|
[h3]Happy animating![/h3]
|
||||||
[img]https://files.catbox.moe/4auc1c.gif[/img]
|
[img]https://files.catbox.moe/4auc1c.gif[/img]
|
||||||
</description>
|
</description>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<visibility>Public</visibility>
|
<visibility>Public</visibility>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user