|
|
On Sun, 23 Sep 2001 19:16:09 +1000, Steven Jones wrote:
>While povray supports shell-outs on the command line, if this option is used
>in an ini file povray ignores it.
This might be related to the other post in this newsgroup about trailing
CRLF on the shell command.
--
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbt 1}hollow interior{media{emission T}}finish{
reflection.1}}#end Z(-x-x.2y)Z(-x-x.4x)camera{location z*-10rotate x*90}
Post a reply to this message
|
|
|
|
On Tue, 25 Sep 2001 16:13:00 +1000, Steven Jones wrote:
>Can't be. The problem here is in INI files. Shell-outs seem to work as
>they should on a command line, just not in an INI file.
So is the problem with the CRLF on the end of the line. The CRLF gets
picked up from the INI file and passed on as part of the shellout command.
--
plane{-z,-3normal{crackle scale.2#local a=5;#while(a)warp{repeat x flip x}rotate
z*60#local a=a-1;#end translate-9*x}pigment{rgb 1}}light_source{-9red 1rotate 60
*z}light_source{-9rgb y rotate-z*60}light_source{9-z*18rgb z}text{ttf"arial.ttf"
"RP".01,0translate-<.6,.4,.02>pigment{bozo}}light_source{-z*3rgb-.2}//Ron Parker
Post a reply to this message
|
|