POV-Ray : Newsgroups : povray.unofficial.patches : Megapov demo files Server Time
2 Sep 2024 16:22:46 EDT (-0400)
  Megapov demo files (Message 5 to 14 of 14)  
<<< Previous 4 Messages Goto Initial 10 Messages
From: smellenbergh
Subject: Re: Megapov demo files
Date: 24 Jan 2000 16:11:24
Message: <1e4xccu.1x9x46wve70lwN%smellenbergh@skynet.be>
Peter Popov <pet### [at] usanet> wrote:

> The Megapov demo files, esp. the ones from the Smelehnberg compile
> have spaces in the names. I understand that Nathan, Rene and Yvo work
> on Windows and Mac and this is no problem for them, but it is a slight
> annoyance for Linux users especially if one tries to batch render them
> (unless I've missed something :) ). 

If we get the time, we will go over all example files and do our best to
make them usable on all platforms. 
To do this, please tell the limitations of unix, dos and windows. Is dos
still limited to 8.3 and if so must we keep names so small?

Which platform does allow for spaces, what is the maximum length of a
file name and, if applicable the length of the extention.
Even if an extention is not realy supported on a Mac, we do try to add
for every scene file the extention .pov, this makes things easier to
recognise.

Smellenbergh,



-- 
e-mail:sme### [at] skynetbe

http://users.skynet.be/smellenbergh


Post a reply to this message

From: Peter Popov
Subject: Re: Megapov demo files
Date: 24 Jan 2000 16:38:24
Message: <r8OMOO2+fisE39xoMv=Ef0o6mDOP@4ax.com>
On Mon, 24 Jan 2000 22:11:25 +0100, sme### [at] skynetbe
(smellenbergh) wrote:

>If we get the time, we will go over all example files and do our best to
>make them usable on all platforms. 

Thanks.

>To do this, please tell the limitations of unix, dos and windows. Is dos
>still limited to 8.3 and if so must we keep names so small?

DOS is still 8.3, yes, but DOS 7.0 supports long file names, I think.
I am not sure if Windows of DOS 7.0 itself does the LFN-to-8.3
conversion for "smart short names".

>Which platform does allow for spaces, what is the maximum length of a
>file name and, if applicable the length of the extention.
>Even if an extention is not realy supported on a Mac, we do try to add
>for every scene file the extention .pov, this makes things easier to
>recognise.

On Unix there are no limitations but I think the way POV interprets
the input file name causes a problem. I informed Mark about it and if
the bug is indeed in POV and he is able to fix it then you can apply
the fix in 0.4 instead of going for the filename workaround <grin>

I haven't noticed problems with filenames in Windows.


Peter Popov
pet### [at] usanet
ICQ: 15002700


Post a reply to this message

From: ingo
Subject: Re: Megapov demo files
Date: 25 Jan 2000 01:23:17
Message: <8EC64EEEBseed7@204.213.191.228>
Peter Popov wrote:

>I haven't noticed problems with filenames in Windows.

Doubleclick a .pov file in explorer. Pov starts but does not load the file. 
This only happens when there is a space in the pov-file. (NT4)


Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Tom Melly
Subject: Re: Megapov demo files
Date: 25 Jan 2000 06:49:20
Message: <388d8dc0@news.povray.org>
ingo <ing### [at] homenl> wrote in message
news:8EC64EEEBseed7@204.213.191.228...
> Doubleclick a .pov file in explorer. Pov starts but does not load the
file.
> This only happens when there is a space in the pov-file. (NT4)
>
>
> Ingo
>

Can you confirm this - under win95 there is a no problem double clicking on
long filenames with spaces, but if pov is set for single instance, double
clicking on a file once pov is running does no good (ie it doesn't open). If
pov is not set for single instance, then the file will open up in a second
instance of pov. I wonder if you have mistaken this for your reported
problem?


Post a reply to this message

From: ingo
Subject: Re: Megapov demo files
Date: 25 Jan 2000 09:37:05
Message: <8EC6955C3seed7@204.213.191.228>
Tom Melly wrote:

>
>ingo <ing### [at] homenl> wrote in message
>news:8EC64EEEBseed7@204.213.191.228...
>> Doubleclick a .pov file in explorer. Pov starts but does not load the
>file.
>> This only happens when there is a space in the pov-file. (NT4)

>Can you confirm this - under win95 there is a no problem double clicking
>on long filenames with spaces, but if pov is set for single instance,
>double clicking on a file once pov is running does no good ...

This is not the case for me. Pov-Ray is closed when I doubleclick the file 
so Pov should always load it.

Take the file "Bic Patch.pov", in messages is an INI file error:
Bad option syntax or error opening .INI/.DEF file 'Patch.pov'
A tab for a new file is opened with the title 'Bic'

I have the feeling it's a problem with th file association. In application 
for the action I have the line:
D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT

(should have mentioned this in the first post, wasn't realy awake this 
morning)

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Peter Popov
Subject: Re: Megapov demo files
Date: 25 Jan 2000 11:09:42
Message: <6EuNOLACwFACrraDCQlzDnppOF8s@4ax.com>
On 25 Jan 2000 01:23:17 -0500, ing### [at] homenl (ingo) wrote:

>Doubleclick a .pov file in explorer. Pov starts but does not load the file. 
>This only happens when there is a space in the pov-file. (NT4)
>
>Ingo

It works under Win98.


Peter Popov
pet### [at] usanet
ICQ: 15002700


Post a reply to this message

From: Bob Hughes
Subject: Re: Megapov demo files
Date: 25 Jan 2000 11:22:53
Message: <388dcddd@news.povray.org>
How about the %1 at the end and all in quotes?
"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"

Bob

"ingo" <ing### [at] homenl> wrote in message
news:8EC6955C3seed7@204.213.191.228...
| Tom Melly wrote:
|
| >
| >ingo <ing### [at] homenl> wrote in message
| >news:8EC64EEEBseed7@204.213.191.228...
| >> Doubleclick a .pov file in explorer. Pov starts but does not load the
| >file.
| >> This only happens when there is a space in the pov-file. (NT4)
|
| >Can you confirm this - under win95 there is a no problem double clicking
| >on long filenames with spaces, but if pov is set for single instance,
| >double clicking on a file once pov is running does no good ...
|
| This is not the case for me. Pov-Ray is closed when I doubleclick the file
| so Pov should always load it.
|
| Take the file "Bic Patch.pov", in messages is an INI file error:
| Bad option syntax or error opening .INI/.DEF file 'Patch.pov'
| A tab for a new file is opened with the title 'Bic'
|
| I have the feeling it's a problem with th file association. In application
| for the action I have the line:
| D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT
|
| (should have mentioned this in the first post, wasn't realy awake this
| morning)
|
| Ingo
|
| --
| Photography: http://members.home.nl/ingoogni/
| Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Nieminen Juha
Subject: Re: Megapov demo files
Date: 25 Jan 2000 11:43:37
Message: <388dd2b9@news.povray.org>
Peter Popov <pet### [at] usanet> wrote:
: Quoted, but how?!

  Apparently, for some reason that goes beyond me, povray seems to look for
spaces into the parameters and then split the parameters.
  I wonder why.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: ingo
Subject: Re: Megapov demo files
Date: 25 Jan 2000 14:15:50
Message: <8EC6C22BAseed7@204.213.191.228>
Bob Hughes wrote:

>How about the %1 at the end and all in quotes?
>"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"

Thanks Bob, this lead me to the solution:
D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT "%1"

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

From: Bob Hughes
Subject: Re: Megapov demo files
Date: 25 Jan 2000 19:34:22
Message: <388e410e@news.povray.org>
Wups, right you are, I should have looked first:

"C:\Program Files\POV-Ray for Windows v3.1\BIN\PVENGINE.EXE" /EDIT "%1"

/EDIT being the only unquoted thing.

Bob

"ingo" <ing### [at] homenl> wrote in message
news:8EC6C22BAseed7@204.213.191.228...
| Bob Hughes wrote:
|
| >How about the %1 at the end and all in quotes?
| >"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"
|
| Thanks Bob, this lead me to the solution:
| D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT "%1"
|
| Ingo
|
| --
| Photography: http://members.home.nl/ingoogni/
| Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

<<< Previous 4 Messages Goto Initial 10 Messages

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