Re: Render a single frame without frame number in file name

2013-05-08 Thread Sandy Sutherland
I suspect Raff is correct as you used to have to put in the frame token, 
which now I looked because of your question has gone!


S.

On 07/05/2013 23:55, Raffaele Fragapane wrote:
I think it used to be before the arbitrary tokenization was added, but 
then disappeared.
I might be spectacularly wrong though, it was quite a while ago now 
last I had to deal with it.



On Wed, May 8, 2013 at 8:07 AM, Matt Lind ml...@carbinestudios.com 
mailto:ml...@carbinestudios.com wrote:


It is possible to render without a frame number in the file name. 
I don’t remember how to do it off the top of my head, but I do

remember reading about it in the manuals.

Have a look.

Matt

*From:*softimage-boun...@listproc.autodesk.com
mailto:softimage-boun...@listproc.autodesk.com
[mailto:softimage-boun...@listproc.autodesk.com
mailto:softimage-boun...@listproc.autodesk.com] *On Behalf Of
*Christian Gotzinger
*Sent:* Tuesday, May 07, 2013 3:03 PM
*To:* softimage@listproc.autodesk.com
mailto:softimage@listproc.autodesk.com


*Subject:* Re: Render a single frame without frame number in file name

Thank you all for clearing it up. Just wanted to make sure that
there is indeed no way to set it up using SI options.

I added file renaming to the script, and that works nicely.

Christian

On Tue, May 7, 2013 at 12:09 PM, Raffaele Fragapane
raffsxsil...@googlemail.com mailto:raffsxsil...@googlemail.com
wrote:

AFAIK it's not part of the tokenization.
If you are generating them by script though it should be trivial
to rename them by the same script after the fact, unless your
script is just a submitter unaware of when the rendering is
finished, in that case, if you use any, render management
softwares usually allow for post-write procedures and you should
be calling the job with one passed on to do it after the fact.

On Tue, May 7, 2013 at 7:36 PM, Christian Gotzinger
cgo...@googlemail.com mailto:cgo...@googlemail.com wrote:

I'm rendering hundreds of different files via script. I can rename
the files afterwards, but it'd be nice if I could render them out
correctly right away.

On Tue, May 7, 2013 at 11:12 AM, Pete Edmunds
pete3dmu...@gmail.com mailto:pete3dmu...@gmail.com wrote:

can't you rename it once it rendered?

On 7 May 2013 10:07, Christian Gotzinger cgo...@googlemail.com
mailto:cgo...@googlemail.com wrote:

Hi list,

Is there a way to set up a pass such that the rendered file does
not contain the frame number?
I want my file to be called filename.png, not filename.1.png.

Thank you

Christian



-- 
Our users will know fear and cower before our software! Ship it!

Ship it and let them flee like the dogs they are!




--
Our users will know fear and cower before our software! Ship it! Ship 
it and let them flee like the dogs they are!




Render a single frame without frame number in file name

2013-05-07 Thread Christian Gotzinger
Hi list,

Is there a way to set up a pass such that the rendered file does not
contain the frame number?
I want my file to be called filename.png, not filename.1.png.

Thank you

Christian


Re: Render a single frame without frame number in file name

2013-05-07 Thread Pete Edmunds
can't you rename it once it rendered?


On 7 May 2013 10:07, Christian Gotzinger cgo...@googlemail.com wrote:

 Hi list,

 Is there a way to set up a pass such that the rendered file does not
 contain the frame number?
 I want my file to be called filename.png, not filename.1.png.

 Thank you

 Christian



Re: Render a single frame without frame number in file name

2013-05-07 Thread Raffaele Fragapane
AFAIK it's not part of the tokenization.
If you are generating them by script though it should be trivial to rename
them by the same script after the fact, unless your script is just a
submitter unaware of when the rendering is finished, in that case, if you
use any, render management softwares usually allow for post-write
procedures and you should be calling the job with one passed on to do it
after the fact.


On Tue, May 7, 2013 at 7:36 PM, Christian Gotzinger
cgo...@googlemail.comwrote:

 I'm rendering hundreds of different files via script. I can rename the
 files afterwards, but it'd be nice if I could render them out correctly
 right away.


 On Tue, May 7, 2013 at 11:12 AM, Pete Edmunds pete3dmu...@gmail.comwrote:

 can't you rename it once it rendered?


 On 7 May 2013 10:07, Christian Gotzinger cgo...@googlemail.com wrote:

 Hi list,

 Is there a way to set up a pass such that the rendered file does not
 contain the frame number?
 I want my file to be called filename.png, not filename.1.png.

 Thank you

 Christian






-- 
Our users will know fear and cower before our software! Ship it! Ship it
and let them flee like the dogs they are!


Re: Render a single frame without frame number in file name

2013-05-07 Thread Adam Seeley
Here's a  post render frame script I use to make Proxies of my renders to speed 
things up when I've got heavy comping jobs.

All the bits are in there for a simple rename if you know a bit of scripting, 
you just need a little read up on creating an Event.


Adam

 
-
Yoyo Digital Ltd.
07956 976 245
http://www.linkedin.com/in/adamseeleyuk

https://vimeo.com/adamseeley







 From: Christian Gotzinger cgo...@googlemail.com
To: softimage@listproc.autodesk.com 
Sent: Tuesday, 7 May 2013, 10:36
Subject: Re: Render a single frame without frame number in file name
 


I'm rendering hundreds of different files via script. I can rename the files 
afterwards, but it'd be nice if I could render them out correctly right away.




On Tue, May 7, 2013 at 11:12 AM, Pete Edmunds pete3dmu...@gmail.com wrote:

can't you rename it once it rendered?




On 7 May 2013 10:07, Christian Gotzinger cgo...@googlemail.com wrote:

Hi list,

Is there a way to set up a pass such that the rendered file does not contain 
the frame number?
I want my file to be called filename.png, not filename.1.png.

Thank you

Christian



OnFrameEnd_makeProxy.rar
Description: application/rar-compressed


Re: Render a single frame without frame number in file name

2013-05-07 Thread Stephen Blair
Yes, I'm pretty sure there's no way around it...you always get a frame 
number.


On 07/05/2013 6:09 AM, Raffaele Fragapane wrote:

AFAIK it's not part of the tokenization.
If you are generating them by script though it should be trivial to 
rename them by the same script after the fact, unless your script is 
just a submitter unaware of when the rendering is finished, in that 
case, if you use any, render management softwares usually allow for 
post-write procedures and you should be calling the job with one 
passed on to do it after the fact.



On Tue, May 7, 2013 at 7:36 PM, Christian Gotzinger 
cgo...@googlemail.com mailto:cgo...@googlemail.com wrote:


I'm rendering hundreds of different files via script. I can rename
the files afterwards, but it'd be nice if I could render them out
correctly right away.


On Tue, May 7, 2013 at 11:12 AM, Pete Edmunds
pete3dmu...@gmail.com mailto:pete3dmu...@gmail.com wrote:

can't you rename it once it rendered?


On 7 May 2013 10:07, Christian Gotzinger
cgo...@googlemail.com mailto:cgo...@googlemail.com wrote:

Hi list,

Is there a way to set up a pass such that the rendered
file does not contain the frame number?
I want my file to be called filename.png, not
filename.1.png.

Thank you

Christian






--
Our users will know fear and cower before our software! Ship it! Ship 
it and let them flee like the dogs they are!