|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hellow,
how can I stop POV from creating temporary files *.rca (for radiosity save)
or to create them in another directory/file (best - c:\images\temp.rca) ?
When I abort render with radiosity - this sometimes huge file stays on
disc.
--
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rafal 'Raf256' Maj <raf### [at] raf256com> wrote:
> Hellow,
> how can I stop POV from creating temporary files *.rca (for radiosity save)
> or to create them in another directory/file (best - c:\images\temp.rca) ?
By not using radiosity?-)
> When I abort render with radiosity - this sometimes huge file stays on
> disc.
The file is kept in case you want to continue the render afterwards.
(Of course if this file is created when no image file is created, then
it's useless. I haven't tried if this happens, but if it does, then it
might be a good idea to change this.)
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp <war### [at] tagpovrayorg> wrote in news:3d9d8748@news.povray.org
>> When I abort render with radiosity - this sometimes huge file stays
>> on disc.
> The file is kept in case you want to continue the render afterwards.
how about give an option to switch it off ? My c:/dev/pov/ has 90 MB due to
.rca's :)
--
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226:
> Warp <war### [at] tagpovrayorg> wrote in news:3d9d8748@news.povray.org
>
>>> When I abort render with radiosity - this sometimes huge file stays
>>> on disc.
>> The file is kept in case you want to continue the render afterwards.
>
> how about give an option to switch it off ? My c:/dev/pov/ has 90 MB due
> to .rca's :)
As a workaround, you can make a script (batch or other) to clean up this
directory. Of course, you still have to run the batch. Or to add a shell
command at the beginning of the POV scene...
--
--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--=#=--
Philippe Lhoste (Paris -- France)
Professional programmer and amateur artist
http://jove.prohosting.com/~philho/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
in news:Xns### [at] 204213191226 Philippe Lhoste wrote:
>> how about give an option to switch it off ? My c:/dev/pov/ has 90 MB
>> due to .rca's :)
>
> As a workaround, you can make a script (batch or other) to clean up
> this directory. Of course, you still have to run the batch.
5.2.4.3 Shell Command Return Actions
[...]
User_Abort_Return=s Set user abort return actions
Ingo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|