POV-Ray : Newsgroups : povray.windows : MegaPOV: Using in command-line mode? Server Time
5 Jul 2024 05:04:31 EDT (-0400)
  MegaPOV: Using in command-line mode? (Message 2 to 11 of 11)  
<<< Previous 1 Messages Goto Initial 10 Messages
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

From: gimi
Subject: Re: MegaPOV: Using in command-line mode?
Date: 6 Aug 2001 22:03:13
Message: <3B6E874C.3D154E95@psico.ch>
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

From: Warp
Subject: Re: MegaPOV: Using in command-line mode?
Date: 7 Aug 2001 06:30:16
Message: <3b6fc337@news.povray.org>
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

From: gimi
Subject: Re: MegaPOV: Using in command-line mode?
Date: 7 Aug 2001 22:38:07
Message: <3B70A66B.985D5C33@psico.ch>
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

From: Warp
Subject: Re: MegaPOV: Using in command-line mode?
Date: 8 Aug 2001 14:23:50
Message: <3b7183b6@news.povray.org>
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

From: Warp
Subject: Re: MegaPOV: Using in command-line mode?
Date: 13 Aug 2001 18:44:53
Message: <3b785865@news.povray.org>
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

From: Jaime Vives Piqueres
Subject: Re: MegaPOV: Using in command-line mode?
Date: 14 Aug 2001 05:30:59
Message: <3B78EFCE.EB5CC37F@ignorancia.org>

>   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).

 I think he means DOS under windows, as opposed to DOS mode. Anyhow, as
nobody today runs in pure DOS mode, this allows "bad guys" (if it really
spits out nothing under windows) to bundle it with a self-written
modeller for windows, hiding to the user the fact that pov is the
rendering engine. This is, if I remember well, expressly forbidden in
povlegal.

-- 
Jaime Vives Piqueres

La Persistencia de la Ignorancia
http://www.ignorancia.org/


Post a reply to this message

<<< Previous 1 Messages Goto Initial 10 Messages

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.