Notifications
Clear all

[Closed] net render one frame naming issue

Hi guys,

When I submit one frame to render on the network from my script it gets named with the suffix “0001” which should be for animations only if I’m correct! I’ve looked through reference but I couldn’t find anything to make it not to do it. Does anybody know how to solve it?

Thanks!

4 Replies

So am I the only one who did this? Nobody else had to submit only one still to render over the network?

I not sure if this helps but you could compare your script with j_man ‘s. ( although I haven’t tried this method with only one frame, and i’m just about to go to sleep so…)

Look in this thread [color=White] http://forums.cgsociety.org/showthread.php?t=280749 [/color]

Thanks Ken for the reply! I’ve looked at J_man’s script and that’s roughly how I send it too. It still doesn’t solve the problem I have. I’ll research some more and if I find how to solve it I’ll post it here.

Seems like the only way to do it is to send the job to the queue but not to save the image and to add a postrender callback which will save the image with the right name.