|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I know... I know... but it's such a small thing and you probably already
have an object that will do it...
Incremental save.
--
Three things are certain:
Death, taxes, and lost data.
Guess which has occurred.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Bill DeWitt <bde### [at] cflrrcom> wrote:
> Incremental save.
What does that mean?
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3c79a66c@news.povray.org...
> Bill DeWitt <bde### [at] cflrrcom> wrote:
> > Incremental save.
>
> What does that mean?
>
It's basically save as.
You do an incremental save on a file test.pov and the prog
saves the file as test1.pov (or test_1.pov ...) Incremental
save on that gives you test2.pov.
It's an easy way of keeping a history of files.
Gail
--
#macro G(H,S)disc{0z.4pigment{onion color_map{[0rgb<sin(H/pi)cos(S/pi)*(H<6)
cos(S/pi)*(H>6)>*18][.4rgb 0]}}translate<H-5S-3,9>}#end G(3,5)G(2,5.5)G(1,5)
G(.6,4)G(.5,3)G(.6,2)G(1,1)G(2,.5)G(3,.7)G(3.2,1.6)G(3.1,2.5)G(2.2,2.5)G(9,5
)G(8,5.5)G(7,5)G(7,4)G(7.7,3.3)G(8.3,2.7)G(9,2)G(9,1)G(8,.5)G(7,1)//GS
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Warp" <war### [at] tagpovrayorg> wrote in message
news:3c79a66c@news.povray.org...
> Bill DeWitt <bde### [at] cflrrcom> wrote:
> > Incremental save.
>
> What does that mean?
It's for the editor. Source sharing systems do something similar (IIRC, CVS
is a popular one). Saves the file in steps, ie, when it saves "test.pov",
the old "test.pov" would be named "test1.pov" or "test2.pov", etc. Or
possible, "test2_24_02a.pov". The point is, that all versions of the file
are saved and available.
...Chambers
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.323 / Virus Database: 180 - Release Date: 2/8/2002
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 24 Feb 2002 21:16:30 -0500, "Bill DeWitt"
<bde### [at] cflrrcom> wrote:
> I know... I know... but it's such a small thing and you probably already
>have an object that will do it...
>
> Incremental save.
I've done that for years using the Post_Scene_Command and
User_Abort_Command ini settings. Just call a program that does
incremental saves for you (UltraCompressor comes to mind, but it's 8.3
limited).
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|