Notifications
Clear all
[Closed] maxscript backburner saved frame name – single no 000
Jul 20, 2015 4:09 pm
Heya
I’m trying to submit job to BB with 1 frame only. But I want the name to be > test_12_A.png not test_12_A0000.png
Does any one know a command that let me do this ?
m =NetRender.GetManager()
m.connect #automatic "255.255.255.0"
job = m.newjob ()
job.useAllServers = true
job.name = "aaaa"
job.toFrame = 0
job.submit()
8 Replies
1 Reply
Jul 20, 2015 4:09 pm
Any one? come on guys how to change the render type from animation to single? : -)
Jul 20, 2015 4:09 pm
I tried job.frames = (“1”) but when I check monitor task summary window it still list animation and lots of frames to render. Not just 1 render.
3 Replies
Hey
Tried it too. Rendering 1 frame works, but it still saves as Name0000 instead of name.
Any idea how to get it to save just as normal render without the extra 0os ?
I see this post is alreday three years old… I have the same problem. Could you find a solution for that?