Another BUG? Batch render does not save the output images.

Hi.

I launch a batch render in maya for 200 frames, in the script console i see Krakatoa saying that the render of every frame is being completed correctly, and it says the output path correctly, but there is nothing in the output path.

When I launch a single image in maya it is correctly saved.

Cheers.

Ah yes, this is a bug. Thanks for reporting it.

It will be fixed asap.

Great!

Conrad, in the meantime, do you know some MEL script command to let maya rendering single frame by single frame? right now i’m rendering a test by hand, -one frame-press render-one frame- press render-… and it is a bit tedious.

I tired with the “render” command, but it just renders in Maya Software (it seems that is not like the render maxscript command)

Cheers and thanks.

The command you need is called ‘KrakatoaRender’. My apologies for the inconvenience, this will be fixed very soon.

int $frame;
for ($frame = 1; $frame < 200; ++$frame)
{
    currentTime $frame;
    KrakatoaRender();
}

No problem!!! :smiley:

That’s a beta, and that’s the tester work, to fight & find bugs and tell you to crush them! hehe

Cheers and thanks for the command.

It should be all fixed now. You can download the latest beta here:
viewtopic.php?f=116&t=7986

Great!

What a pity, there is no 2013 plugin yet :stuck_out_tongue:

Cheers

We hope to have Maya 2013 support very soon.

Thanks Conrad.
:slight_smile: