J Dick wrote:
I'm trying to save animation frames, using the
continous save option on the image module, but the
images are overwriting eachother.  I'm looking for the
images to save under a single name, but with
increasing numbers after them.  For example:

frame01
frame02
frame03
etc.


Something like this?

Marco
//
// time: Wed Aug 24 10:52:09 2005
//
// version: 3.2.0 (format), 4.3.3 (DX)
//
//
// MODULE main
// workspace: width = 320, height = 259
// layout: snap = 0, width = 50, height = 50, align = NN
//
macro main(
) -> (
) {
    // 
    // node FileSelector[2]: x = 92, y = 101, inputs = 0, label = FileSelector
    // output[1]: visible = 1, type = 32, value = 
"/home/marco/Projects/Carrelli/P180/models/files_modello_gamba_flex_ammo/DefRuota/Bushing/Rigido/Film/x"
    // output[2]: visible = 1, type = 32, value = "x"
    //
    // 
    // node Receiver[32]: x = 223, y = 105, inputs = 1, label = ImageNumber
    //
main_Receiver_32_out_1[cache: 0] = ImageNumber;
    // 
    // node Format[1]: x = 149, y = 197, inputs = 3, label = Format
    // input[1]: defaulting = 0, visible = 1, type = 32, value = "%s%d"
    //
main_Format_1_out_1 = 
    Format(
    main_Format_1_in_1,
    main_FileSelector_2_out_1,
    main_Receiver_32_out_1
    ) [instance: 1, cache: 1];
// network: end of macro body
}
main_FileSelector_2_out_1 = 
"/home/marco/Projects/Carrelli/P180/models/files_modello_gamba_flex_ammo/DefRuota/Bushing/Rigido/Film/x";
main_Receiver_32_in_1 = NULL;
main_Receiver_32_out_1 = NULL;
main_Format_1_in_1 = "%s%d";
Executive("product version 4 3 3");
$sync
main();

Reply via email to