Page 1 of 1

Saver ?

PostPosted: Mon May 15, 2017 3:20 pm
by Mark Frankmann
I'm new to Fusion do forgive a basic question.

I have a still image I'm working with. I have made a Fusion comp with a Loader, some adjustment nodes and a Saver node. I save the fusion comp file as fusion-comp01.comp. I have the Saver set to save as myfolder\image1.exr.

i make some changes to the adjustment nodes, change the Saver node to save as myfolder\image2.exr. I save the Fusion comp again as same name fusion-comp01.comp.

I render the comp in fusion. fusion creates the file with the adjustments made but does not create a new file myfolder\image2.exr. Instead it saves the changes and overwirtes the myfolder/image1.exr. image2.exr is never created.

What am I doing wrong?

TIA for any help....I need it.

Re: Saver ?

PostPosted: Tue May 16, 2017 8:11 am
by Sander de Regt
Fusion renders filesequences. image1.exr and image2.exr are part of a file sequence.
At frame 0 Fusion will save image0.exr, at frame 1 image1.exr etc
If you want to achieve what you are looking for, then you should make sure there is something to break up the numbering. So you could save it as image1_.exr and image2_.exr, which results in
image1_0000.exr, image 1_0001.exr and for the second version image2_0000.exr, image2_0001.exr etc.