Notifications
Clear all

[Closed] maxscript backburner saved frame name – single no 000

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
 MZ1
(@mz1)
Joined: 10 months ago

Posts: 0

use <job>.frames instead of <job>.toFrame

Any one? come on guys how to change the render type from animation to single? : -)

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
 MZ1
(@mz1)
Joined: 10 months ago

Posts: 0

You need to change another setting:
job.nonSeqFrames = true

(@darius1989)
Joined: 10 months ago

Posts: 0

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 ?

(@menyu)
Joined: 10 months ago

Posts: 0

I see this post is alreday three years old… I have the same problem. Could you find a solution for that?

if the name is a big deal for you just rename files the way you want.

I’m looking to do the exact same thing.
Did anyone find a solution?