Zbuffers

Post your tutorials and help questions in this forum
Locked
roger1972
Posts: 34
Joined: Tue Dec 08, 2009 9:36 pm

Zbuffers

Post by roger1972 »

Hi!

I've been using needbuffers to get zbuffers out of kray. an its like this. needbuffers +0x8 (antialiased z buffer (suffix _zbuf))

but i want it to save like this +0x8 antialiased z buffer (zbuf_suffix) for easy import in editing software...

please Kray experts help me...

-roger
jure
Posts: 2142
Joined: Thu Jun 02, 2005 6:53 pm

Re: Zbuffers

Post by jure »

you can use %buffer% anywhere in your filename and it will be replaced with name of buffer. Example:
kray_render_%buffer%_%frame%.png
will produce
kray_render_zbuf_0000.png

hope this helps.
- Jure
roger1972
Posts: 34
Joined: Tue Dec 08, 2009 9:36 pm

Re: Zbuffers

Post by roger1972 »

YEP!!!
IT WORKED!!!

THANK YOU!!!
Locked