POV-Ray : Newsgroups : povray.advanced-users : Maximum amount of variables passed through command line : Re: Maximum amount of variables passed through command line Server Time
28 Jul 2024 12:33:46 EDT (-0400)
  Re: Maximum amount of variables passed through command line  
From: Doctor John
Date: 26 Oct 2005 06:25:47
Message: <435f59ab$1@news.povray.org>
Oops, need to clarify and I quote:
"On computers running Microsoft Windows XP or later, the maximum length of 
the string that you can use at the command prompt is 8191 characters. On 
computers running Microsoft Windows 2000 or Windows NT 4.0, the maximum 
length of the string that you can use at the command prompt is 2047 
characters."

And for (?all) modern Unices probably around 3Mb characters - see
http://www.accesspdf.com/article.php/2005020713040824

John
-- 
Run Fast
Run Free
Run Linux
"Doctor John" <doc### [at] linuxmailorg> wrote in message 
news:435f5297$1@news.povray.org...
> "SSSUTM" <nomail@nomail> wrote in message 
> news:web.435f1ee853f9728336a46a7d0@news.povray.org...
>>... I want to know the maximum amount of
>> variables I can passed through the command line e.g shapes.pov +w100 
>> +h100
>> #declare=posx=10 #declare=posY=100. Like posx and posy, how many such
>> variable declarations can I put in the command line?.Is there a limit or 
>> is it unlimited?
> AFAIK, it's unlimited; however, it's a lot easier to put everything into a 
> .ini file - there's less chance of mastikes and orrers that way :-)
>
>> Suppose, there was no restriction, what will be the side effect of 
>> pushing very large amount of variables through the command line, in terms 
>> of processing speed and quality?
> None whatsoever. The command line is processed before evrything else 
> happens (if you see what I mean) and no back-reference is made to it from 
> then on.
>
>> I have a second question. I made some models in Moray with very smooth
>> curves using bezier. But when I exported the model to Povray, the curves
>> get distorted to such an extent that it was impossible to use it. Is 
>> there
>> any remedy to this?
>
> Sorry, can't help there. I don't use Moray
>
> John
> -- 
> Run Fast
> Run Free
> Run Linux
>


Post a reply to this message

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