Heya I'm trying to send my job to BB and get a right name output out of it. This is my basic test command :
m =NetRender.GetManager()
m.connect #automatic "255.255.255.0"
job = m.newjob ()
job.useAllServers = true
job.name = "aaaa" job.fromFrame = 0
job.toFrame = 0
job.submit()
And I forgot what is the damn command code again to wrap text
Anyway the name output I get is something like "Name_test0000.ext" where as I want "Name_test.ext"
Can any1 please help me out? I'm running out of options here as to how to tweak up the code so it gives me the correct result.