|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is there a way to supress the splash screen in the windows 3.5 beta version?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3bf97aba@news.povray.org> , "Tom Galvin"
<tom### [at] nospamdataforgecom> wrote:
> Is there a way to supress the splash screen in the windows 3.5 beta version?
No, it isn't allowed by the license to disable the copyright messages of
POV-Ray.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> > Is there a way to supress the splash screen in the windows 3.5 beta
version?
>
> No, it isn't allowed by the license to disable the copyright messages of
> POV-Ray.
>
> Thorsten
I am not looking to disable the copyright, it is also in the messages window
of the IDE. I just don't want the splash screen popping up every time when
I run pov in the background from an external batch file. I guess from your
answer, it is not possible with 3.5. I will wait to see if I can make the
request for 4.0 to have the option.
Thanks for the quick reply
Tom
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tom Galvin" <tom### [at] nospamdataforgecom> wrote in
news:3bfed699@news.povray.org:
> I am not looking to disable the copyright, it is also in the messages
> window of the IDE. I just don't want the splash screen popping up
> every time when I run pov in the background from an external batch
> file.
Your best bet here is probably to wait until the 3.5 sources release and
then compile a Win32 command-line version using a cut-down DOS front end.
The DOS front end doesn't throw up a splash screen so you can run
background renders--completely within the terms of povlegal--without
getting splashed.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 24 Nov 2001 00:04:36 -0500, Coridon Henshaw wrote:
> "Tom Galvin" <tom### [at] nospamdataforgecom> wrote in
> news:3bfed699@news.povray.org:
>
>> I am not looking to disable the copyright, it is also in the messages
>> window of the IDE. I just don't want the splash screen popping up
>> every time when I run pov in the background from an external batch
>> file.
>
> Your best bet here is probably to wait until the 3.5 sources release and
> then compile a Win32 command-line version using a cut-down DOS front end.
There is no 3.5 DOS front end. HTH, HAND.
--
#local R=<7084844682857967,0787982,826975826580>;#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just curious: which platforms won't be supported?
--
Jonathan.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tom Galvin schrieb in Nachricht <3bfed699@news.povray.org>...
>I am not looking to disable the copyright, it is also in the messages
window
>of the IDE. I just don't want the splash screen popping up every time when
>I run pov in the background from an external batch file. I guess from your
>answer, it is not possible with 3.5. I will wait to see if I can make the
>request for 4.0 to have the option.
>
>Thanks for the quick reply
>Tom
The best solution I found yet was to open Pov before starting the script and
activate "Keep single instance". This way no Splash Screen is shown for each
frame. Pov gets the focus at each frame anyway, though.
Marc-Hendrik
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3bff5ed1$1@news.povray.org> , "JRG" <jrg### [at] hotmailcom> wrote:
> Just curious: which platforms won't be supported?
All platforms can be supported. The POV-Team will only support a Windows,
Mac OS and Linux x86 version.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Coridon Henshaw <che### [at] sympaticoca> wrote:
: Your best bet here is probably to wait until the 3.5 sources release and
: then compile a Win32 command-line version using a cut-down DOS front end.
: The DOS front end doesn't throw up a splash screen so you can run
: background renders--completely within the terms of povlegal--without
: getting splashed.
Just be sure to not to distribute this version.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
JRG wrote:
>
> Just curious: which platforms won't be supported?
>
I suppose there is simply not enough demand for a DOS version, if you
really want one, you can always compile the unix version with DJGPP.
Christoph
--
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other
things on: http://www.schunter.etc.tu-bs.de/~chris/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |