|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
I'm using POV version 3.1g.watcom with the MegaPOV patch.
I want to call MegaPOV from another program to render
a specified image. I'm using a command like this:
megapov.exe +W200 +H200 +Itest.pov -D -V -P
Is there a way to use MegaPOV in a pure command-line
mode (no splash-screen, no application window, no
rendering window, no stop after image is ready)?
Thanks,
Christian
--
Christian Martin
-[ ]-/\-( )--------------------EasternGraphics-----
http://www.EasternGraphics.com
phone: +49 3677 67820
email: Chr### [at] EasternGraphicscom
Chr### [at] InStudTU-Ilmenaude
Post a reply to this message
|
|
| |
| |
|
|
From: Christoph Hormann
Subject: Re: MegaPOV: Using in command-line mode?
Date: 25 Apr 2001 17:35:42
Message: <3AE74347.1058F145@gmx.de>
|
|
|
| |
| |
|
|
Christian Martin wrote:
>
> Hi,
>
> I'm using POV version 3.1g.watcom with the MegaPOV patch.
> I want to call MegaPOV from another program to render
> a specified image. I'm using a command like this:
> megapov.exe +W200 +H200 +Itest.pov -D -V -P
>
> Is there a way to use MegaPOV in a pure command-line
> mode (no splash-screen, no application window, no
> rendering window, no stop after image is ready)?
>
In short: no.
You can run WinPov/WinMegaPov with
megapov /RENDER test.pov /EXIT [additional options]
but this will still start the windows interface.
You might want to read the previous thread in this group (and it's origin
in povray.unix) where this was discussed more detailed.
A command line version of several povray versions is available on my site
BTW, but it is slower than the Watcom/MSVC compile:
http://www.schunter.etc.tu-bs.de/~chris/povcyg.html
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi
Christoph Hormann wrote:
>
> Christian Martin wrote:
> >
> > Hi,
[snip]
> > Is there a way to use MegaPOV in a pure command-line
> > mode (no splash-screen, no application window, no
> > rendering window, no stop after image is ready)?
>
> In short: no.
>
[snip]
>
> A command line version of several povray versions is available on my site
> BTW, but it is slower than the Watcom/MSVC compile:
> http://www.schunter.etc.tu-bs.de/~chris/povcyg.html
you should go and see stuart gibson's website
http://www.stuartgibson.com/
where you can find a dos version.
works like povdos, and spits out *nothing* except
the images :) (and i mean *nothing*).
gimi
--
http://www.psico.ch/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
gimi <gim### [at] psicoch> wrote:
: where you can find a dos version.
: works like povdos, and spits out *nothing* except
: the images :) (and i mean *nothing*).
Is this completely in accordance with povlegal?
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi
Warp wrote:
>
> gimi <gim### [at] psicoch> wrote:
> : where you can find a dos version.
> : works like povdos, and spits out *nothing* except
> : the images :) (and i mean *nothing*).
>
> Is this completely in accordance with povlegal?
i cannot decide that. but as povlegal.doc is included
in the distribution i have, i think so. :)
you would have to ask it's maintainer, stuart gibson
<adm### [at] stuartgibsoncom>, about that, or one of the
povray people maybe?..
--
you must not make copies of this post.
http://www.psico.ch/
Post a reply to this message
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: MegaPOV: Using in command-line mode?
Date: 8 Aug 2001 12:30:46
Message: <3b716936@news.povray.org>
|
|
|
| |
| |
|
|
In article <3b6fc337@news.povray.org> , Warp <war### [at] tagpovrayorg> wrote:
> Is this completely in accordance with povlegal?
Clearly not! To quote povlegal, section "Permitted Modification And Custom
Versions" prohibits unmarked unofficial versions:
>>
All executables, documentation, modified files and descriptions of the same
must clearly identify themselves as a modified and unofficial version of
POV-Ray. Any attempt to obscure the fact that the user is running POV-Ray or
to obscure that this is an unofficial version expressly prohibited.
<<
Thorsten
____________________________________________________
Thorsten Froehlich
e-mail: mac### [at] povrayorg
I am a member of the POV-Ray Team.
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thorsten Froehlich <tho### [at] trfde> wrote:
:> Is this completely in accordance with povlegal?
: Clearly not!
Which means that someone should send a note to the author of that compile
which outputs nothing that he is breaking the POV-Ray usage license by
distributing such compile...
--
#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
|
|
| |
| |
|
|
From: Thorsten Froehlich
Subject: Re: MegaPOV: Using in command-line mode?
Date: 8 Aug 2001 15:07:08
Message: <3b718ddc@news.povray.org>
|
|
|
| |
| |
|
|
In article <3b7183b6@news.povray.org> , Warp <war### [at] tagpovrayorg> wrote:
> Which means that someone should send a note to the author of that compile
> which outputs nothing that he is breaking the POV-Ray usage license by
> distributing such compile...
Of course. It will be taken care of.
____________________________________________________
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
|
|
| |
| |
|
|
From: Stuart Gibson
Subject: Re: MegaPOV: Using in command-line mode?
Date: 13 Aug 2001 16:44:01
Message: <3b783c11@news.povray.org>
|
|
|
| |
| |
|
|
OK guys!!
It only spits out 'nothing' when used in a DOS box in windows! If used full
screen it works just like it should, render screen and everything else!! All
the acknowledgements are there in the 'About' screen when the render
finishes! The functionality is no different to the official DOS Povray 3.1g
So as far as I am concerned it complies with POVLEGAL no problem.
Tell me if I'm wrong......??
Stu.
"Thorsten Froehlich" <tho### [at] trfde> wrote in message
news:3b718ddc@news.povray.org...
> In article <3b7183b6@news.povray.org> , Warp <war### [at] tagpovrayorg> wrote:
>
> > Which means that someone should send a note to the author of that
compile
> > which outputs nothing that he is breaking the POV-Ray usage license by
> > distributing such compile...
>
> Of course. It will be taken care of.
>
>
> ____________________________________________________
> 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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stuart Gibson <adm### [at] stuartgibsoncom> wrote:
: It only spits out 'nothing' when used in a DOS box in windows! If used full
: screen it works just like it should, render screen and everything else!!
I don't understand how it possibly could work differently depending on
the size of the DOS window. A DOS program can't know if it's running
full-screen or in windowed mode (unless it does some weird Windows API calls,
which makes it a non-DOS program then).
--
#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
|
|
| |
| |
|
|
|
|
| |
|
|